UNPKG

rambdax

Version:

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

20 lines (18 loc) 657 B
/** @ignore *//** */ export type {Diff} from './Diff' export type {Exclude} from './Exclude' export type {Filter} from './Filter' export type {Has} from './Has' export type {Intersect} from './Intersect' export type {IntersectOf} from './IntersectOf' export type {Keys} from './Keys' export type {Last} from './Last' export type {Merge} from './Merge' export type {NonNullable} from './NonNullable' export type {Nullable} from './Nullable' export type {Pop} from './Pop' export type {Replace} from './Replace' export type {Select} from './Select' export type {Strict} from './Strict' export type {ListOf} from './ListOf' export type {Union} from './Union'