function mkdirSync
mkdirSync(path: PathLike,options: MakeDirectoryOptions & { recursive: true; },): string | undefined
Deprecated
mkdirSync(path: PathLike,options?: ,): void
Deprecated
Synchronous mkdir(2) - create a directory.
path: PathLike
A path to a file. If a URL is provided, it must use the file:
protocol.
void
mkdirSync(path: PathLike,options?: ,): string | undefined
Deprecated
Synchronous mkdir(2) - create a directory.
path: PathLike
A path to a file. If a URL is provided, it must use the file:
protocol.
string | undefined