UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

13 lines (11 loc) 444 B
/** @ignore *//** */ export type {Compose, Composed, Composer} from './Compose' export type {Curry} from './Curry' export type {Function} from './Function' export type {Length} from './Length' export type {NoInfer} from './NoInfer' export type {Parameters} from './Parameters' export type {Pipe, Piped, Piper} from './Pipe' export type {Promisify} from './Promisify' export type {Return} from './Return' export type {UnCurry} from './UnCurry'