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