types-directory
v0.313.0
Published
Directory of all DefinitelyTyped types
Downloads
255
Maintainers
Readme
Types Directory
Directory of all DefinitelyTyped types
Install
npm i types-directory
Usage
The module exports an array of all the types available
const { types } = require("types-directory");
console.log(types); // Array of all the types available
CDN
curl https://cdn.jsdelivr.net/gh/maddhruv/types-directory/directory.json
Related
- types-sync - Keep your types in sync with DefinitelyTyped - auto install/uninstall types for dependencies on postinstall.
Contributing
Want to update the directory?
Follow these easy steps
# clone this repository
$ git clone https://github.com/maddhruv/types-directory
$ cd types-directory
# clone the DefinitelyTyped repository
$ git clone https://github.com/DefinitelyTyped/DefinitelyTyped --depth 1
# collect the types into the directory
$ npm start
# add the changes made to `directory.json`
$ git add directory.json
# commit the changes
$ git commit -m "update: directory :green_book:"
# git push and raise a pull request
Thanks in advance for contributing to types-directory. Now you can leave publishing on me.