import { Writable } from "https://deno.land/std@0.125.0/node/_stream.d.ts";
The writable.setDefaultEncoding()
method sets the default encoding
for a Writable
stream.
Parameters
encoding: BufferEncoding
The new default encoding
import { Writable } from "https://deno.land/std@0.125.0/node/_stream.d.ts";
The writable.setDefaultEncoding()
method sets the default encoding
for a Writable
stream.
The new default encoding