function mkdirRe-exportimport { mkdir } from "https://deno.land/std@0.52.0/node/fs.ts"; mkdir(path: string | URL,options?: MkdirOptions | CallbackWithError,callback?: CallbackWithError,): voidParameterspath: string | URLoptionaloptions: MkdirOptions | CallbackWithErroroptionalcallback: CallbackWithErrorReturnsvoid