mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add 1. all-the-package-names 2. date-range-array 3. download-file-sync 4. node-wget-promise 5. random 6. stats-lite
7 lines
297 B
TypeScript
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;
|