Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/streams/mod.ts>Buffer#empty

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

Returns whether the unread portion of the buffer is empty.

Returns

boolean