Skip to main content
Module

x/better_iterators/mod.ts>Filter

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Go to Latest
type alias Filter
import { type Filter } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";

Filters for matches (where boolean is true)

definition: (t: T) => boolean