UNPKG

intreface.cli

Version:

Intreface Dev Tools

6 lines (5 loc) 318 B
export declare const isDirectory: (entity: string) => boolean; export declare const isFile: (entity: string) => boolean; export declare const isSymlink: (entity: string) => boolean; export declare const isDirectoryExist: (entity: string) => boolean; export declare const isFileExist: (entity: string) => boolean;