Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/std/io/bufio.ts>BufWriter.create

A modern runtime for JavaScript and TypeScript.
Go to Latest
method BufWriter.create
import { BufWriter } from "https://deno.land/x/deno@v1.0.0/std/io/bufio.ts";

return new BufWriter unless writer is BufWriter

Parameters

writer: Writer
optional
size: number = [UNSUPPORTED]