* **Core**: Synchronous `readdir`. Reads the contents of a directory.
(p: string)
| 180 | * **Core**: Synchronous `readdir`. Reads the contents of a directory. |
| 181 | */ |
| 182 | readdirSync(p: string): string[]; |
| 183 | // **SUPPLEMENTAL INTERFACE METHODS** |
| 184 | // File or directory operations |
| 185 | /** |
no outgoing calls
no test coverage detected