is-binary-path:检查文件路径是否为二进制文件

时间:2024-06-15 01:46:01
【文件属性】:

文件名称:is-binary-path:检查文件路径是否为二进制文件

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-15 01:46:01

JavaScript

is-binary-path 检查文件路径是否为二进制文件 安装 $ npm install is-binary-path 用法 const isBinaryPath = require ( 'is-binary-path' ) ; isBinaryPath ( 'source/unicorn.png' ) ; //=> true isBinaryPath ( 'source/unicorn.txt' ) ; //=> false 有关的 二进制文件扩展名列表 path-检查文件路径是否为文本文件 Tidelift帮助维护人员实现开源的可持续发展,同时为公司提供帮助有关其依赖项的安全性,维护和许可的保证。


【文件预览】:
is-binary-path-main
----index.js(239B)
----test.js(270B)
----package.json(657B)
----index.test-d.ts(126B)
----readme.md(941B)
----.github()
--------funding.yml(50B)
--------workflows()
--------security.md(179B)
----license(1KB)
----index.d.ts(290B)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论