function appendFileSyncimport { appendFileSync } from "https://deno.land/std@0.80.0/node/fs.ts"; appendFileSync(pathOrRid: string | number | URL,data: string | Uint8Array,options?: Encodings | WriteFileOptions,): voidTODO: Also accept 'data' parameter as a Node polyfill Buffer type once these are implemented. See https://github.com/denoland/deno/issues/3403 ParameterspathOrRid: string | number | URLdata: string | Uint8Arrayoptionaloptions: Encodings | WriteFileOptionsReturnsvoidimport appendFileSyncimport { appendFileSync } from "https://deno.land/std@0.80.0/node/fs.ts";