Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/streams/buffer.ts>Buffer#empty

Deno standard library
Go to Latest
method Buffer.prototype.empty
import { Buffer } from "https://deno.land/std@0.182.0/streams/buffer.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean