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

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

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

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

Parameters

w: WriterSync