method Path.prototype.appendTextimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; appendText(text: string, options?: Omit<Deno.WriteFileOptions, "append">): Promise<this>Appends the provided text to the file. Parameterstext: stringoptionaloptions: Omit<Deno.WriteFileOptions, "append">ReturnsPromise<this>