smartpath/dist/smartpath.check.d.ts

4 lines
135 B
TypeScript
Raw Permalink Normal View History

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;