redux-state-branch
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -30,3 +30,3 @@ // @flow | ||
constructor(name: string): this; | ||
byId<StateT>(state: StateT, id: string): T | void; | ||
byId<StateT>(state: StateT, id?: string): T | void; | ||
all<StateT>(state: StateT): T[]; | ||
@@ -33,0 +33,0 @@ where<StateT>(state: StateT, condition: (item: ItemT<T>) => boolean): T[]; |
{ | ||
"name": "redux-state-branch", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A redux wrapper for sane people.", |
22938