Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

return new BufWriter unless w is BufWriter

Parameters

w: Writer
optional
size: number = [UNSUPPORTED]