Module

std/streams/buffer.ts>Buffer#empty

The Deno Standard Library
Go to Latest
method Buffer.prototype.empty
import { Buffer } from "https://dotland.deno.dev/std@0.223.0/streams/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean