4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
import 'typings-global';
|
|
export declare let isDir: (pathArg: string) => boolean;
|
|
export declare let isFile: (pathArg: any) => boolean;
|