rambdax
Version:
Extended version of Rambda - a lightweight, faster alternative to Ramda
19 lines (17 loc) • 604 B
text/typescript
/** @ignore *//** */
export type {Cast} from './Cast'
export type {Clean} from './Clean'
export type {Compute} from './Compute'
export type {Contains} from './Contains'
export type {Equals} from './Equals'
export type {Extends} from './Extends'
export type {Key} from './Key'
export type {Is} from './Is'
export type {IsLiteral} from './IsLiteral'
export type {Kind} from './Kind'
export type {Promisable} from './Promisable'
export type {Promise} from './Promise'
export type {PromiseType} from './PromiseType'
export type {Try} from './Try'
export type {Type} from './Type'
export type {x} from './x'