UNPKG

@denodnt/logger

Version:

deno logger available for deno and NPM

7 lines 230 B
/** * Async existance check for file return true if file exists * @param filePath path to file * @returns Promise<boolean> */ export declare function exists(filePath: string): Promise<boolean>; //# sourceMappingURL=fs.d.ts.map