UNPKG

252 BTypeScriptView Raw
1declare function isValidPath(path: string): boolean;
2
3declare module 'is-valid-path' {
4 export = isValidPath;
5}
6
7declare module 'listr-update-renderer';
8declare module 'indent-string';
9declare module 'json-to-pretty-yaml';
10declare module 'bdd-stdin';