UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

8 lines (7 loc) 219 B
export {And} from './And' export {True, False, Boolean} from './Boolean' export {BooleanOf} from './BooleanOf' export {Format} from './Format' export {Not} from './Not' export {Or} from './Or' export {Xor} from './Xor'