function writeFileRe-exportimport { writeFile } from "https://deno.land/std@0.52.0/node/fs.ts"; writeFile(pathOrRid: string | number,data: string | Uint8Array,optOrCallback: | string | CallbackWithError | WriteFileOptions | undefined,callback?: CallbackWithError,): voidParameterspathOrRid: string | numberdata: string | Uint8ArrayoptOrCallback: | string | CallbackWithError | WriteFileOptions | undefinedoptionalcallback: CallbackWithErrorReturnsvoid