method FsFileWrapper.prototype.writeTextSyncimport { FsFileWrapper } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; writeTextSync(text: string): thisSynchronously writes the provided text to this file. Parameterstext: stringReturnsthis