Directory of all DefinitelyTyped types
npm install types-directoryDirectory of all DefinitelyTyped types
npm i types-directory
The module exports an array of all the types available
``js
const { types } = require("types-directory");
console.log(types); // Array of all the types available
`
`shell`
curl https://cdn.jsdelivr.net/gh/maddhruv/types-directory/directory.json
- types-sync - Keep your types in sync with DefinitelyTyped - auto install/uninstall types for dependencies on postinstall.
Want to update the directory?
Follow these easy steps
`shclone this repository
$ git clone https://github.com/maddhruv/types-directory
$ cd types-directory
Thanks in advance for contributing to types-directory. Now you can leave publishing on me.