Skip to main content
Module

std/io/bufio.ts>BufWriter.create

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BufWriter.create
import { BufWriter } from "https://deno.land/std@v0.56.0/io/bufio.ts";

return new BufWriter unless writer is BufWriter

Parameters

writer: Writer
optional
size: number = [UNSUPPORTED]

Returns

BufWriter