method Writable.prototype.setDefaultEncodingimport { Writable } from "https://dotland.deno.dev/std@0.177.0/node/stream.ts"; setDefaultEncoding(encoding: BufferEncoding): thisThe writable.setDefaultEncoding() method sets the default encoding for a Writable stream. The writable.setDefaultEncoding() method sets the default encoding for a Writable stream. Parametersencoding: BufferEncodingThe new default encoding Returnsthis