@equinor/fusion-observable
Advanced tools
Comparing version 7.0.0 to 7.0.1
import { ActionCreator, ActionDefinitions, ActionTypes } from './types/actions'; | ||
type ActionCalls<T extends ActionDefinitions> = { | ||
export type ActionCalls<T extends ActionDefinitions> = { | ||
[K in keyof T]: T[K] extends ActionCreator ? (...args: Parameters<T[K]>) => void : never; | ||
@@ -4,0 +4,0 @@ }; |
@@ -5,3 +5,3 @@ export * from './FlowSubject'; | ||
export { FlowSubject as ReactiveObservable } from './FlowSubject'; | ||
export { actionMapper } from './action-mapper'; | ||
export { actionMapper, ActionCalls } from './action-mapper'; | ||
export { createAction, actionBaseType, ActionCreatorWithPreparedPayload } from './create-action'; | ||
@@ -8,0 +8,0 @@ export { createAsyncAction, isRequestAction, isCompleteAction, isFailureAction, isSuccessAction, } from './create-async-action'; |
{ | ||
"name": "@equinor/fusion-observable", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "WIP", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5c04abe62f8da3121c3b54bbab8c6703fcfbb7f6" | ||
"gitHead": "1ecfa9d9aae5c8686aea4678d514bfd4f32d451a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143107