anzip:Node.js的简单异步解压缩库 源码
安齐普 Anzip是一个仅使用一个异步功能为Node解压缩文件存档的库。 目的 使用简单 现代ES6 +语法(导入而不是require,await / async等) 解压缩 遵循 要求 节点> = 12 安装 yarn add anzip 或使用npm npm add anzip 用法 现在,ESM的支持是普遍常见的, require应该被遗忘。 import anzip from 'anzip' ; 将file.zip提取到当前路径 await anzip ( 'file.zip' ) ; 将file.zip提取到当前路径并获取输出 const output = await
文件列表
anzip-master.zip
(预估有个20文件)
anzip-master
.gitignore
2KB
README.md
6KB
.github
PULL_REQUEST_TEMPLATE.md
259B
ISSUE_TEMPLATE
issue_template.md
478B
rollup.config.js
255B
test
index.test.js
4KB
暂无评论