UNPKG

ts-functional-pipe

Version:

Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript

8 lines (7 loc) 284 B
export { Func } from './types/Func'; export { UnaryFunction } from './types/UnaryFunction'; export { deferP0 } from './deferP0'; export { applyArgs } from './applyArgs'; export { compose } from './compose'; export { pipe } from './pipe'; export { pipeInto } from './pipeInto';