get-all-files::high_voltage:具有懒惰同步和异步迭代器支持的快速递归目录搜寻器

时间:2024-06-13 08:58:44
【文件属性】:

文件名称:get-all-files::high_voltage:具有懒惰同步和异步迭代器支持的快速递归目录搜寻器

文件大小:74KB

文件格式:ZIP

更新时间:2024-06-13 08:58:44

nodejs javascript files npm benchmark

获取所有文件 具有延迟同步和异步迭代器支持的出色的快速递归目录搜寻器。 安装 支持Node.js版本10及更高版本。 $ npm i get-all-files 用法 import getAllFiles from 'get-all-files' // Get array of filenames synchronously console . log ( getAllFiles . sync . array ( `path/to/dir/or/file` ) ) // Lazily iterate over filenames synchronously for ( const filename of getAllFiles . sync ( `path/to/dir/or/file` ) ) { // Could break early on some condition a


【文件预览】:
get-all-files-main
----package.json(2KB)
----pnpm-lock.yaml(195KB)
----eslint.config.js(419B)
----readme.md(3KB)
----license(1KB)
----prettier.config.js(260B)
----src()
--------index.js(3KB)
--------test.js(749B)
--------run.js(182B)
--------benchmark.js(2KB)
--------fixtures()
----.npmignore(61B)
----.gitignore(506B)
----ava.config.cjs(146B)
----babel.config.js(213B)

网友评论