UNPKG

hkt-toolbelt

Version:

Functional and composable type utilities

8 lines (7 loc) 249 B
export * from './combinator/'; /** * The `Combinator` module contains various combinators. These are higher-order * abstract functions that are applied to modify the behavior of other * type-level functions. */ declare module './combinator' { }