UNPKG

fs-nextra

Version:

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

10 lines (9 loc) 377 B
/** * Extracts files from .tar.gz archives and writes them atomically. * @function unTargzAtomic * @memberof fsn/nextra * @param outputDirectory The directory to extract to * @param inputFile The archive file * @param atomic The if the writes should be atomic */ export declare function unTargzAtomic(outputDirectory: string, inputFile: string): Promise<void>;