remove-json-extension:从路径中删除json扩展名

时间:2021-04-30 14:24:51
【文件属性】:
文件名称:remove-json-extension:从路径中删除json扩展名
文件大小:4KB
文件格式:ZIP
更新时间:2021-04-30 14:24:51
JavaScript 删除json扩展名 从路径中删除json扩展名。 安装 npm install --save remove-json-extension 用法 var removeJsonExtension = require ( 'remove-json-extension' ) removeJsonExtension ( 'some/json/file.json' ) // => 'some/json/file' removeJsonExtension ( 'some/json/file.JSON' ) // => 'some/json/file' removeJsonExtension ( 'foo/bar.js' ) // => 'foo/bar.js' 执照 麻省理工学院 贡献 叉它 创建功能分支( git checkout -b my-new-feature ) 提交更改( git
【文件预览】:
remove-json-extension-master
----test.js(310B)
----license(1KB)
----.travis.yml(62B)
----.editorconfig(197B)
----.gitignore(14B)
----index.js(215B)
----readme.md(1KB)
----package.json(681B)

网友评论