UNPKG

@equinor/fusion-observable

Version:
10 lines 251 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'; //# sourceMappingURL=index.js.map