UNPKG

fs-nextra

Version:

Node.js fs next-gen extra (nextra) methods.

9 lines (8 loc) 286 B
/** * Un-Gzips a file atomically. * @function gunzipAtomic * @memberof fsn/nextra * @param fileName The filename of the output file * @param inputFile The filepath of the archive */ export declare function gunzipAtomic(fileName: string, inputFile: string): Promise<void>;