Changeset 79a0317 for imaps-frontend/node_modules/readdirp/README.md
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/readdirp/README.md
r0c6b92a r79a0317 1 1 # readdirp [![Weekly downloads](https://img.shields.io/npm/dw/readdirp.svg)](https://github.com/paulmillr/readdirp) 2 2 3 Recursive version of [fs.readdir](https://nodejs.org/api/fs.html#fs_fs_readdir_path_options_callback). Exposes a **stream API** and a **promise API**. 4 5 Supports both ESM and common.js. 3 Recursive version of fs.readdir. Exposes a **stream API** (with small RAM & CPU footprint) and a **promise API**. 6 4 7 5 ```sh 8 6 npm install readdirp 7 jsr add jsr:@paulmillr/readdirp 9 8 ``` 10 9
Note:
See TracChangeset
for help on using the changeset viewer.