UNPKG

fast-extract

Version:

Extract contents from various archive types (tar, tar.bz2, tar.gz, tar.xz, tgz, zip)

3 lines (2 loc) 164 B
export default function fastExtract(src: any, dest: any, options: any, callback: any): any; export { default as createWriteStream } from "./createWriteStream.mjs";