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

x/denoexec/deps.ts>io.BufWriter#flush

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
method io.BufWriter.prototype.flush
import { io } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { BufWriter } = io;

Flush writes any buffered data to the underlying io.Writer.