method Path.prototype.appendSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; appendSync(data: Uint8Array, options?: Omit<Deno.WriteFileOptions, "append">): thisSynchronously appends the provided bytes to the file. Parametersdata: Uint8Arrayoptionaloptions: Omit<Deno.WriteFileOptions, "append">Returnsthis