method Path.prototype.writeTextSyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; writeTextSync(text: string, options?: Deno.WriteFileOptions): thisSynchronously writes out the provided text to the file. Parameterstext: stringoptionaloptions: Deno.WriteFileOptionsReturnsthis