import { either } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns a new predicate
function from firstPredicate
and secondPredicate
inputs.
This predicate
function will return true
, if any of the two input predicates return true
.