Skip to content

unional/type-plus

Repository files navigation

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