UNPKG

@equinor/fusion-observable

Version:
11 lines (9 loc) 219 B
/** * RxJS operators for action-stream processing. * * @module operators */ export * from './filter-action'; export * from './map-action'; export * from './switch-map-action'; export { mapProp } from './map-prop';