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