Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.66 KB

File metadata and controls

56 lines (40 loc) · 1.66 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

v8 beta status

type-plus v8 is in active development again, published under the beta dist-tag (currently 8.0.0-beta.11). Breaking changes are expected between beta releases.

If you are on the beta and want a stable install, pin the exact version and upgrade deliberately:

npm install type-plus@8.0.0-beta.11 --save-exact

Otherwise, stay on the latest official release (type-plus@latest) and adopt v8 when it reaches a stable release.

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