UNPKG

fast-extract

Version:

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

8 lines (7 loc) 197 B
declare function add(fullPath: string): void; declare function remove(fullPath: string): void; declare const _default: { add: typeof add; remove: typeof remove; }; export default _default;