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

x/dnx/Iterator/methods/count.ts>default

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

Parameters

this: Iterator<T>
optional
predicate: (value: T) => unknown