@equinor/fusion-observable
Version:
14 lines • 583 B
JavaScript
/**
* Barrel module that re-exports all action-related utilities and types.
*
* Import from `@equinor/fusion-observable/actions` to access action
* creators, async-action helpers, and action type definitions.
*
* @module actions
*/
export * from './ActionError';
export * from './types/actions.js';
export { actionMapper } from './action-mapper.js';
export { createAction, getBaseType, } from './create-action';
export { createAsyncAction, isRequestAction, isCompleteAction, isFailureAction, isSuccessAction, } from './create-async-action';
//# sourceMappingURL=actions.js.map