smartpath/dist/smartpath.check.d.ts
2016-06-14 05:16:43 +02:00

4 lines
135 B
TypeScript

import "typings-global";
export declare let isDir: (pathArg: string) => boolean;
export declare let isFile: (pathArg: any) => boolean;