Awesome
type-plus
More than 200 type utilities for TypeScript for applications, library, and type-level programming.
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