UNPKG

fs-nextra

Version:

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

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