Skip to main content
Module

std/streams/buffer.ts>Buffer#empty

The Deno Standard Library
Latest
method Buffer.prototype.empty
import { Buffer } from "https://deno.land/std@0.224.0/streams/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean