Skip to main content
Module

std/io/mod.ts>BufWriter.create

Deno standard library
Go to Latest
method BufWriter.create
import { BufWriter } from "https://deno.land/std@0.36.0/io/mod.ts";

return new BufWriter unless w is BufWriter

Parameters

w: Writer
optional
size: number = [UNSUPPORTED]