reshow-flux-base
Advanced tools
Comparing version 0.17.37 to 0.17.38
{ | ||
"version": "0.17.37", | ||
"version": "0.17.38", | ||
"name": "reshow-flux-base", | ||
@@ -4,0 +4,0 @@ "repository": { |
export { default as SimpleMap } from "./SimpleMap"; | ||
export type InitStateType = import("./createReducer").InitStateType<StateType>; | ||
export type ReducerType = import("./createReducer").ReducerType<StateType>; | ||
export type DispatchType = import("./createReducer").DispatchType<StateType>; | ||
export type InitStateType<StateType> = import("./createReducer").InitStateType<StateType>; | ||
export type ReducerType<StateType> = import("./createReducer").ReducerType<StateType>; | ||
export type DispatchType<StateType> = import("./createReducer").DispatchType<StateType>; | ||
export { default as createReducer, refineAction, StoreObject, ActionObject } from "./createReducer"; |
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
32299
1016