@nozbe/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
28 lines (25 loc) • 628 B
JavaScript
// @flow
export { default as cacheWhileConnected } from './cacheWhileConnected'
// export { default as doOnDispose } from './doOnDispose'
// export { default as doOnSubscribe } from './doOnSubscribe'
export { default as publishReplayLatestWhileConnected } from './publishReplayLatestWhileConnected'
export {
// classes
Observable,
Subject,
ReplaySubject,
BehaviorSubject,
// observables
of,
merge,
defer,
// operators
multicast,
distinctUntilChanged,
map,
switchMap,
throttleTime,
startWith,
catchError,
} from './__wmelonRxShim'
export type { ConnectableObservable } from './__wmelonRxShim'