/**
 * 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';
