@equinor/fusion-observable
Version:
24 lines (20 loc) • 570 B
text/typescript
export * from './ActionError';
export * from './types/actions.js';
export { actionMapper, type ActionCalls } from './action-mapper.js';
export {
createAction,
getBaseType,
type ActionCreatorWithNonInferrablePayload,
type ActionCreatorWithoutPayload,
type ActionCreatorWithPayload,
type ActionCreatorWithOptionalPayload,
type ActionCreatorWithPreparedPayload,
type PayloadActionCreator,
} from './create-action';
export {
createAsyncAction,
isRequestAction,
isCompleteAction,
isFailureAction,
isSuccessAction,
} from './create-async-action';