Skip to main content
Module

x/fae/utils/types.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/utils/types.ts";

Interfaces

Function type for curried function of arity 1

Function type for curried function of arity 2

Function type for curried function of arity 3

Type Aliases

All the types which are returned by function typ

Comparator for functions like sort

Type of placeholder for curried functions

Predicate function type which checks one value v

Predicate function type which applies on two values a and b

Type for spec object which contains predicate functions of type {Predicate1}