redux-state-branch
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -38,3 +38,3 @@ interface AnyAction<T = any> { | ||
*/ | ||
export declare class Selectors<ItemT, BranchType> { | ||
export declare class Selectors<ItemT extends AnyItem, BranchStateT extends State<ItemT> = State<ItemT>> { | ||
protected name: string; | ||
@@ -45,3 +45,3 @@ constructor(name: string); | ||
where<StateT>(state: StateT, condition: (item: ItemT) => boolean): ItemT[]; | ||
meta<StateT>(state: StateT): BranchType; | ||
meta<StateT>(state: StateT): BranchStateT; | ||
} | ||
@@ -48,0 +48,0 @@ export declare class Actions<ItemT extends AnyItem, BranchStateT extends State<ItemT> = State<ItemT>> { |
{ | ||
"name": "redux-state-branch", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A redux wrapper for sane people.", |
Sorry, the diff of this file is not supported yet
42806