Skip to main content
Module

x/rambda/files/index.d.ts>either

Faster and smaller alternative to Ramda
Go to Latest
function either
import { either } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Parameters

firstPredicate: Pred
secondPredicate: Pred

Parameters

firstPredicate: Predicate<T>
secondPredicate: Predicate<T>

Returns

Predicate<T>

Parameters

firstPredicate: Predicate<T>

Returns

(secondPredicate: Predicate<T>) => Predicate<T>

Parameters

firstPredicate: Pred

Returns

(secondPredicate: Pred) => Pred