UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

10 lines (8 loc) 276 B
/** @ignore *//** */ export type {And} from './And' export type {True, False, Boolean} from './Boolean' export type {BooleanOf} from './BooleanOf' export type {Format} from './Format' export type {Not} from './Not' export type {Or} from './Or' export type {Xor} from './Xor'