smartpath/dist/smartpath.check.d.ts

4 lines
135 B
TypeScript
Raw Normal View History

2016-09-30 15:08:09 +00:00
import 'typings-global';
2016-04-30 10:07:49 +00:00
export declare let isDir: (pathArg: string) => boolean;
export declare let isFile: (pathArg: any) => boolean;