TypeScript Type Helpers
A collection of useful TypeScript type helpers.
Installation
yarn add -D @alwatr/type-helper
Then import the type helpers to one of your file
import type {} from '@alwatr/type-helper';
Usage Example
const obj: JSONObject = {
foo: 'bar',
baz: {
qux: 1,
arr: [1, 2, 3],
},
qux: true,
};
Read the source code for more details.
Sponsors
The following companies, organizations, and individuals support Nanolib ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.
Contributing
Contributions are welcome! Please read our contribution guidelines before submitting a pull request.