文件名称:is-compressed:检查文件路径是否为压缩文件
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 01:52:49
JavaScript
被压缩 检查文件路径是否为压缩文件 安装 $ npm install is-compressed 用法 const isCompressed = require ( 'is-compressed' ) ; isCompressed ( 'source/unicorn.zip' ) ; //=> true isCompressed ( 'source/unicorn.txt' ) ; //=> false 有关的 压缩文件扩展名列表 执照 麻省理工学院:copyright:
【文件预览】:
is-compressed-main
----index.js(252B)
----test.js(308B)
----package.json(729B)
----index.test-d.ts(126B)
----readme.md(470B)
----.github()
--------workflows()
----license(1KB)
----index.d.ts(293B)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)