utils-extname:返回文件扩展名

时间:2024-05-29 12:08:38
【文件属性】:

文件名称:utils-extname:返回文件扩展名

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-29 12:08:38

Makefile

文件扩展名 返回文件扩展名。 安装 $ npm install utils-extname 用法 var extname = require ( 'utils-extname' ) ; extname(文件名) 返回文件扩展名。 var ext = extname ( 'index.js' ) ; // returns '.js' 例子 var fs = require ( 'fs' ) , path = require ( 'path' ) , extname = require ( 'utils-extname' ) ; var files , fpath , base , stat , ext , i ; base = path . resolve ( __dirname , '..' ) ; files = fs . readdirSync ( base ) ;


【文件预览】:
utils-extname-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------index.js(576B)
----.npmignore(519B)
----examples()
--------index.js(447B)
----TODO.md(11B)
----.travis.yml(141B)
----LICENSE(1KB)
----test()
--------test.js(1KB)
----README.md(3KB)
----Makefile(2KB)
----.editorconfig(169B)
----.gitignore(1KB)
----package.json(1KB)

网友评论