文件名称:read-glob-promise:承诺使用 glob 模式读取文件
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-19 18:01:30
JavaScript
阅读全局承诺
版本:
使用 glob 模式搜索文件并异步读取它们
var readGlob = require ( 'read-glob-promise' ) ;
readGlob ( '*.txt' )
. then ( function ( bufs ) {
bufs ; //=> [
【文件预览】:
read-glob-promise-master
----.gitignore(22B)
----.eslintrc(128B)
----package.json(1KB)
----.travis.yml(122B)
----LICENSE(1KB)
----index.js(473B)
----test.js(2KB)
----README.md(3KB)
----appveyor.yml(375B)
----.gitattributes(12B)
----.editorconfig(188B)