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