mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
predicate returns boolean
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ declare module 'redux-logger' {
|
||||
logger?: any;
|
||||
timestamp?: boolean;
|
||||
transformer?: (state:any)=>any;
|
||||
predicate?: (getState:Function, action:any)=>any;
|
||||
predicate?: (getState:Function, action:any)=>boolean;
|
||||
}
|
||||
|
||||
export default function createLogger(options?:ReduxLoggerOptions):Redux.Middleware;
|
||||
|
||||
Reference in New Issue
Block a user