smartfile/dist/smartfile.get.d.ts

4 lines
167 B
TypeScript
Raw Normal View History

2016-05-01 21:19:54 +00:00
export declare let filetype: (pathArg: string) => string;
export declare let foldersSync: (pathArg: any) => any;
export declare let folders: (pathArg: string) => any;