5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
import "typings-global";
|
|
export declare let filetype: (pathArg: string) => string;
|
|
export declare let foldersSync: (pathArg: any) => any;
|
|
export declare let folders: (pathArg: string) => any;
|