import { either } from "https://deno.land/x/rambda@9.2.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
.
Parameters
firstPredicate: Predicate<T>