UNPKG

@pushrocks/smartpath

Version:

offers smart ways to handle paths

3 lines (2 loc) 110 B
export declare let isDir: (pathArg: string) => boolean; export declare let isFile: (pathArg: any) => boolean;