import { whereAny } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
Same as R.where
, but it will return true
if at least one condition check returns true
.
import { whereAny } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
Same as R.where
, but it will return true
if at least one condition check returns true
.