chore(create-app): Update rtype typed array signature
This commit is contained in:
@ -20,9 +20,9 @@ const debug = createDebugger('fcc:app:createApp');
|
|||||||
// history?: History,
|
// history?: History,
|
||||||
// defaultState?: Object|Void,
|
// defaultState?: Object|Void,
|
||||||
// serviceOptions?: Object,
|
// serviceOptions?: Object,
|
||||||
// middlewares?: Function[],
|
// middlewares?: [...Function],
|
||||||
// enhancers?: Function[],
|
// enhancers?: [...Function],
|
||||||
// epics?: Function[],
|
// epics?: [...Function],
|
||||||
// }) => Observable
|
// }) => Observable
|
||||||
//
|
//
|
||||||
// Either location or history must be defined
|
// Either location or history must be defined
|
||||||
|
Reference in New Issue
Block a user