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