chain-able
Version:
interfaces that describe their intentions.
19 lines (17 loc) • 449 B
TypeScript
export * from './generic'
export * from './deps'
export * from './is'
export * from './traverse'
export * from './interfaces'
export * from './Chain'
export * from './Meta'
export * from './merge'
export * from './MethodChain'
export * from './Chainable'
export * from './ChainedSet'
export * from './ChainedMap'
export * from './FactoryChain'
export * from './compose'
export * from './schema'
import { Chain } from './chain'
export default Chain