1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/src/types/cli.d.ts
2018-03-11 00:00:24 -05:00

8 lines
347 B
TypeScript

// We develop typescript-starter with the `strict` compiler option to ensure it
// works out of the box for downstream users. This file is deleted by the CLI,
// so its purpose is just to squelch noImplicitAny errors.
declare module 'github-username';
declare module 'gradient-string';
declare module 'md5-file';
declare module 'replace-in-file';