Skip to main content
Module

std/io/mod.ts>BufWriter#size

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

Size returns the size of the underlying buffer in bytes.

Returns

number