Skip to main content
Module

x/smtp/deps.ts>BufWriter#flush

SMTP implements for deno
Latest
method BufWriter.prototype.flush
import { BufWriter } from "https://deno.land/x/smtp@v0.7.0/deps.ts";

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

Returns

Promise<void>