| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -430,8 +430,9 @@ included in the iteration results. | |||
| 430 | 430 | added: v10.10.0 | |
| 431 | 431 | --> | |
| 432 | 432 | ||
| 433 | - A representation of a directory entry, as returned by reading from an | ||
| 434 | - [`fs.Dir`][]. | ||
| 433 | + A representation of a directory entry, which can be a file or a subdirectory | ||
| 434 | + within the directory, as returned by reading from an [`fs.Dir`][]. The | ||
| 435 | + directory entry is a combination of the file name and file type pairs. | ||
| 435 | 436 | ||
| 436 | 437 | Additionally, when [`fs.readdir()`][] or [`fs.readdirSync()`][] is called with | |
| 437 | 438 | the `withFileTypes` option set to `true`, the resulting array is filled with | |
| Back | FazBrowse Home | New Git URL |
0 commit comments