smartpath/dist/smartpath.check.d.ts

4 lines
135 B
TypeScript

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