type-plus

Additional types and types adjusted utilities for TypeScript

README

type-plus


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

type-plus readme

Contribute


  1. ``` shell
  2. # after fork and clone
  3. npm install

  4. # begin making changes
  5. git checkout -b <branch>
  6. npm run watch

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

  10. # create PR
  11. ```