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