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

std/io/buffer.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
import { Buffer } from "https://deno.land/std@0.223.0/io/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean