type-plus

Additional types and types adjusted utilities for TypeScript
GitHub
379
Created 6 years ago, last commit a day ago
11 contributors
1.35k commits
Stars added on GitHub, month by month
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
0.0
/day
Last 12 months
+0.2
/day
npmPackage on NPM
Monthly downloads on NPM
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
README

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