Skip to main content
Module

std/io/buffer.ts>BufReader#size

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

Returns the size of the underlying buffer in bytes.

Returns

number