method FsFileWrapper.prototype.writeBytesSyncimport { FsFileWrapper } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; writeBytesSync(bytes: Uint8Array): thisSynchronously writes the provided bytes to the file. Parametersbytes: Uint8ArrayReturnsthis