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

x/stowrage/mod.ts>Predicate

Stowre all the thing's you like
Latest
interface Predicate
Re-export
import { type Predicate } from "https://deno.land/x/stowrage@v0.4.2/mod.ts";

Call Signatures

(
value: T,
index: number,
array: T[],
): unknown

Properties

optional
thisArg: this