import { io } from "https://deno.land/x/clippy@v0.2.2/deps.ts";
const { BufWriter } = io;
Discards any unflushed buffered data, clears any error, and resets buffer to write its output to w.
import { io } from "https://deno.land/x/clippy@v0.2.2/deps.ts";
const { BufWriter } = io;
Discards any unflushed buffered data, clears any error, and resets buffer to write its output to w.