3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
|
export declare let isDir: (pathArg: string) => boolean;
|
||
|
export declare let isFile: (pathArg: any) => boolean;
|