smartpath/dist/smartpath.check.d.ts
2016-04-30 12:07:49 +02:00

3 lines
110 B
TypeScript

export declare let isDir: (pathArg: string) => boolean;
export declare let isFile: (pathArg: any) => boolean;