* **Core**: Synchronous `mkdir`. * @param mode Mode to make the directory using. Can be ignored if * the filesystem doesn't support permissions.
(p: string, mode: number)
| 169 | * the filesystem doesn't support permissions. |
| 170 | */ |
| 171 | mkdirSync(p: string, mode: number): void; |
| 172 | /** |
| 173 | * **Core**: Asynchronous `readdir`. Reads the contents of a directory. |
| 174 | * |
no outgoing calls
no test coverage detected