Skip to main content
Module

std/io/mod.ts>Buffer#empty

Deno standard library
Go to Latest
method Buffer.prototype.empty
Re-export
import { Buffer } from "https://deno.land/std@0.145.0/io/mod.ts";

Returns whether the unread portion of the buffer is empty.

Returns

boolean