UNPKG

fast-extract

Version:

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

8 lines (7 loc) 188 B
declare namespace _default { export { add }; export { remove }; } export default _default; declare function add(fullPath: any): void; declare function remove(fullPath: any): void;