globs-to-files:将多个 glob 扩展为绝对文件路径

时间:2024-06-20 16:49:14
【文件属性】:

文件名称:globs-to-files:将多个 glob 扩展为绝对文件路径

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-20 16:49:14

JavaScript

全局到文件 将多个 glob 扩展为绝对文件路径 安装 $ npm install --save globs-to-files 用法 var deglob = require ( 'globs-to-files' ) deglob ( [ 'test/**/*.js' , 'src/*.js' ] , null , function ( err , files ) { } ) var files = deglob . sync ( [ 'test/**/*.js' ] ) 应用程序接口 deglob(globArray, [options], callback) -> array[string] globArray 必需类型: array 要扩展为绝对文件路径的 glob 数组。 选项 类型: object 传递给选项。 打回来 所需类型: function 使用文件路径调用


【文件预览】:
globs-to-files-master
----.travis.yml(36B)
----test()
--------fixture()
--------index.js(807B)
----README.md(834B)
----.gitignore(13B)
----index.js(1KB)
----package.json(825B)

网友评论