Skip to main content
Module

x/evt/tools/reducers/and.ts>arrAnd

💧EventEmitter's typesafe replacement
Go to Latest
function arrAnd
import { arrAnd } from "https://deno.land/x/evt@v2.5.2/tools/reducers/and.ts";

Parameters

arr: readonly ArrOf[]
conditions: ((arr: readonly ArrOf[]) => boolean)[]

Returns

boolean