DefinitelyTyped/types/all-the-package-names/index.d.ts
Nathan Shively-Sanders d9fd6571d8
Add some packages and update 1 repo url (#35953)
Add
1. all-the-package-names
2. date-range-array
3. download-file-sync
4. node-wget-promise
5. random
6. stats-lite
2019-06-04 13:54:22 -07:00

7 lines
297 B
TypeScript

// Type definitions for all-the-package-names 1.3744
// Project: https://github.com/zeke/all-the-package-names
// Definitions by: Nathan Shively-Sanders <https://github.com/sandersn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare const names: string[];
export = names;