CodeBrowser / npm / klaw
klaw@4.1.0
// File system walker with Readable stream interface.
$ npm install klaw
downloads/wk
5,869,981
license
MIT
version
4.1.0
published
Dec 30, 2022
What is klaw?
klaw is a Node.js package that walks through a file system directory structure and exposes the results as a Readable stream. Developers use it when they need to iterate through files and directories efficiently, especially for large directory trees where streaming prevents loading everything into memory at once.
Keywords
#walk #walker #fs #readable #streams
Maintainers
jprichardson, ryanzim, manidlou