UNPKG

dataunlocker

Version:

DataUnlocker's command line interface utilities

6 lines (5 loc) 262 B
export declare function isFileExists(filePath: string): Promise<boolean>; /** * Returns a filename relative to CWD given the full file path, otherwise returns the original string. */ export declare const getRelativeFileToCwd: (fullFilePath: string) => string;