null-check:确保路径不包含空字节

时间:2024-06-01 03:26:40
【文件属性】:

文件名称:null-check:确保路径不包含空字节

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-01 03:26:40

JavaScript

空检查 确保路径不包含 安装 $ npm install null-check 用法 import nullCheck from 'null-check' ; try { nullCheck ( 'unicorn.png\u0000' ) ; } catch ( error ) { console . log ( error ) ; //=> 'Path must be a string without null bytes.' }


【文件预览】:
null-check-main
----.gitignore(23B)
----package.json(684B)
----.npmrc(19B)
----index.js(200B)
----test.js(258B)
----.github()
--------workflows()
----license(1KB)
----readme.md(339B)
----.gitattributes(19B)
----.editorconfig(175B)

网友评论