(path)
| 346 | }); |
| 347 | |
| 348 | const readdir = (path) => |
| 349 | new Promise((resolve, reject) => { |
| 350 | fs.readdir(path, (err, stats) => { |
| 351 | if (err) { |
| 352 | reject(err); |
| 353 | } |
| 354 | resolve(stats); |
| 355 | }); |
| 356 | }); |
| 357 | |
| 358 | // cSpell:ignore Symbhas, ABCDEFGHNR, Vfgcti |
| 359 | const urlAlphabet = "ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"; |