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

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

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

Parameters

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