import { where } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
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/index.d.ts";
It returns true
if all each property in conditions
returns true
when applied to corresponding property in input
object.