Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dnx/AsyncIterator/methods/every.ts>default

Fluent modular JavaScript utility library.
Latest
function default
import { default } from "https://deno.land/x/dnx@0.0.5/AsyncIterator/methods/every.ts";

Parameters

this: AsyncIterator<T>
predicate: (value: T) => unknown