UNPKG

rambdax

Version:

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

19 lines (17 loc) 626 B
/** @ignore *//** */ export type {Absolute} from './Absolute' export type {Format} from './Format' export type {Greater} from './Greater' export type {GreaterEq} from './GreaterEq' export type {IsNegative} from './IsNegative' export type {IsPositive} from './IsPositive' export type {IsZero} from './IsZero' export type {Lower} from './Lower' export type {LowerEq} from './LowerEq' export type {Max} from './Max' export type {Min} from './Min' export type {Minus} from './Minus' export type {Negate} from './Negate' export type {NumberOf} from './NumberOf' export type {Plus} from './Plus' export type {Range} from './Range'