function mkdirimport { mkdir } from "https://deno.land/std@0.76.0/node/_fs/_fs_mkdir.ts"; mkdir(path: string | URL,options?: MkdirOptions | CallbackWithError,callback?: CallbackWithError,): voidParameterspath: string | URLoptionaloptions: MkdirOptions | CallbackWithErroroptionalcallback: CallbackWithErrorReturnsvoid