Module

std/io/buffer.ts>Buffer#empty

Deno standard library
Go to Latest
method Buffer.prototype.empty
import { Buffer } from "https://dotland.deno.dev/std@0.146.0/io/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean