Module

std/io/mod.ts>BufReader#size

The Deno Standard Library
Latest
method BufReader.prototype.size
import { BufReader } from "https://dotland.deno.dev/std@0.224.0/io/mod.ts";

Returns the size of the underlying buffer in bytes.

Returns

number