Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/clippy/deps.ts>io.BufWriter#reset

cross-platform Deno module for writing and reading clipboard.
Go to Latest
method io.BufWriter.prototype.reset
import { io } from "https://deno.land/x/clippy@v0.2.1/deps.ts";
const { BufWriter } = io;

Discards any unflushed buffered data, clears any error, and resets buffer to write its output to w.

Parameters

w: Writer