@2toad/reflex
Version:
A simple approach to state management
7 lines • 639 B
TypeScript
export type { Reflex, ReflexOptions, DeepReflexOptions, PropertyPath, PropertyValue, Subscriber, Unsubscribe, DependencyValues, ReflexWithError, BackpressureStrategy, BackpressureOptions, BackpressureCapable, ProjectFunction, BatchedChange, ProxyState, BackpressureState, } from "./types";
export { reflex } from "./reflex";
export { computed } from "./computed";
export { deepReflex } from "./deep-reflex";
export { map, filter, merge, combine, scan, debounce, switchMap, mergeMap, concatMap, catchError } from "./operators";
export { withBackpressure, buffer, sample, throttle } from "./backpressure";
//# sourceMappingURL=index.d.ts.map