Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/streams/buffer.ts>Buffer#empty

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Buffer.prototype.empty
import { Buffer } from "https://deno.land/std@0.194.0/streams/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean