@rx-angular/state
Version:
@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular
9 lines • 748 B
TypeScript
export { createAccumulationObservable, defaultAccumulator, } from './lib/accumulation-observable';
export { CompareFn, KeyCompareMap, PickSlice } from './lib/interfaces/index';
export { AccumulationFn, Accumulator } from './lib/model';
export { distinctUntilSomeChanged, select, selectSlice, stateful, } from './lib/operators';
export { createSideEffectObservable } from './lib/side-effect-observable';
export { isDefined, isKeyOf, isObjectGuard, isOperateFnArrayGuard, isStringAndFunctionTupleGuard, isStringArrayFunctionAndOptionalObjectTupleGuard, isStringArrayGuard, } from './lib/utils/guards';
export { pipeFromArray } from './lib/utils/pipe-from-array';
export { safePluck } from './lib/utils/safe-pluck';
//# sourceMappingURL=index.d.ts.map