smartfile/dist/smartfile.get.d.ts
2016-05-01 23:19:54 +02:00

4 lines
167 B
TypeScript

export declare let filetype: (pathArg: string) => string;
export declare let foldersSync: (pathArg: any) => any;
export declare let folders: (pathArg: string) => any;