import { where } from "https://deno.land/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://deno.land/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.