Module

std/io/buf_writer.ts>BufWriter#flush

The Deno Standard Library
Go to Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://dotland.deno.dev/std@0.223.0/io/buf_writer.ts";

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