import { either } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.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>