rambdax
Version:
Extended version of Rambda - a lightweight, faster alternative to Ramda
13 lines (10 loc) • 333 B
text/typescript
/** @ignore *//** */
import * as Maps from './Maps/_api'
export type {Maps}
export type {Format} from './Format'
export type {Iteration} from './Iteration'
export type {IterationOf} from './IterationOf'
export type {Key} from './Key'
export type {Next} from './Next'
export type {Pos} from './Pos'
export type {Prev} from './Prev'