import { whereEq } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It will return true
if all of input
object fully or partially include rule
object.
R.equals
is used to determine equality.
import { whereEq } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It will return true
if all of input
object fully or partially include rule
object.
R.equals
is used to determine equality.