| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aed5900 commit 44f19ce
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1456,10 +1456,11 @@ function readdirSyncRecursive(basePath, options) { | |||
| 1456 | 1456 | * @param {string | { | |
| 1457 | 1457 | * encoding?: string; | |
| 1458 | 1458 | * withFileTypes?: boolean; | |
| 1459 | + * recursive?: boolean; | ||
| 1459 | 1460 | * }} [options] | |
| 1460 | 1461 | * @param {( | |
| 1461 | 1462 | * err?: Error, | |
| 1462 | - * files?: string[] | Buffer[] | Direct[]; | ||
| 1463 | + * files?: string[] | Buffer[] | Dirent[]; | ||
| 1463 | 1464 | * ) => any} callback | |
| 1464 | 1465 | * @returns {void} | |
| 1465 | 1466 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments