https://github.com/maddhruv/types-directory
Directory of all DefinitelyTyped types
https://github.com/maddhruv/types-directory
definitelytyped types types-directory types-discovery typescript typescript-definitions typescript-library
Last synced: 9 months ago
JSON representation
Directory of all DefinitelyTyped types
- Host: GitHub
- URL: https://github.com/maddhruv/types-directory
- Owner: maddhruv
- Created: 2019-11-05T13:03:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T18:42:31.000Z (9 months ago)
- Last Synced: 2025-10-06T20:41:20.427Z (9 months ago)
- Topics: definitelytyped, types, types-directory, types-discovery, typescript, typescript-definitions, typescript-library
- Language: JavaScript
- Size: 1.79 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Types Directory
Directory of all DefinitelyTyped types
## Install
`npm i types-directory`
## Usage
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
```
### CDN
```shell
curl https://cdn.jsdelivr.net/gh/maddhruv/types-directory/directory.json
```
## Related
- [types-sync](https://github.com/maddhruv/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
```sh
# 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.