import { either } from "https://deno.land/x/rambda@9.4.1/mod.ts";
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
.