Skip to content

Commit

Permalink
Merge pull request #114 from ebiggs/master
Browse files Browse the repository at this point in the history
Type definition now includes a 4th parameter on createStoreWith
  • Loading branch information
AntJanus authored Aug 3, 2017
2 parents 2cab2d0 + 297af48 commit 3291e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface INgRedux {
}

export interface INgReduxProvider {
createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[]): void;
createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[], initialState?: any): void;
}

export var ngRedux: string;
Expand Down

0 comments on commit 3291e1b

Please sign in to comment.