types-directory
TypeScript icon, indicating that this package has built-in type declarations

0.313.0 • Public • Published

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.

Dependents (3)

Package Sidebar

Install

npm i types-directory

Weekly Downloads

518

Version

0.313.0

License

ISC

Unpacked Size

154 kB

Total Files

5

Last publish

Collaborators

  • maddhruv