Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.2 KB

readme.md

File metadata and controls

41 lines (30 loc) · 1.2 KB

type-plus

NPM version NPM downloads

Release Codecov

Visual Studio Code

More than 200 type utilities for TypeScript for applications, library, and type-level programming.

type-plus readme

Contribute

# after fork and clone
npm install

# begin making changes
git checkout -b <branch>
npm run watch

# after making change(s)
git commit -m "<commit message>"
git push

# create PR