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