Skip to main content
Module

x/fae/whereEq.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/whereEq.ts";

Variables

Takes a spec object and a test object, returns true if the test satisfies the spec, false otherwise. whereEq is a specialization of [where].