import { where } from "https://dotland.deno.dev/x/rambda@9.4.1/rambda.js";
It returns true
if all each property in conditions
returns true
when applied to corresponding property in input
object.
import { where } from "https://dotland.deno.dev/x/rambda@9.4.1/rambda.js";
It returns true
if all each property in conditions
returns true
when applied to corresponding property in input
object.