function eitherimport { either } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; either(firstPredicate: Pred, secondPredicate: Pred): Predeither<T>(firstPredicate: Predicate<T>, secondPredicate: Predicate<T>): Predicate<T>either<T>(firstPredicate: Predicate<T>): (secondPredicate: Predicate<T>) => Predicate<T>either(firstPredicate: Pred): (secondPredicate: Pred) => PredParametersfirstPredicate: PredsecondPredicate: PredReturnsPredType ParametersTParametersfirstPredicate: Predicate<T>secondPredicate: Predicate<T>ReturnsPredicate<T>Type ParametersTParametersfirstPredicate: Predicate<T>Returns(secondPredicate: Predicate<T>) => Predicate<T>ParametersfirstPredicate: PredReturns(secondPredicate: Pred) => Pred