UNPKG

@pelag/nts

Version:

Creation and support of the multilingual project Next.js

7 lines 293 B
import { Config } from '../types'; /** * Extracts files from a zip buffer and places them according to config paths. * Overwrites existing files if necessary. */ export declare function extractZipFiles(zipBuffer: Buffer, config: Config): Promise<void>; //# sourceMappingURL=extract.d.ts.map