import { whereAny } from "https://deno.land/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://deno.land/x/rambda@9.4.1/rambda.js";
Same as R.where
, but it will return true
if at least one condition check returns true
.