smartpath/dist/smartpath.check.d.ts

3 lines
110 B
TypeScript
Raw Normal View History

2016-04-30 10:07:49 +00:00
export declare let isDir: (pathArg: string) => boolean;
export declare let isFile: (pathArg: any) => boolean;