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

x/rimbu/core/main/index.ts>AsyncReducer.nonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
variable AsyncReducer.nonEmpty
import { AsyncReducer } from "https://deno.land/x/rimbu@0.13.5/core/main/index.ts";
const { nonEmpty } = AsyncReducer;

Returns an AsyncReducer that outputs true if one or more input values are received, false otherwise.