chore(create-app): Update rtype typed array signature

This commit is contained in:
Berkeley Martinez
2018-01-17 10:51:44 -08:00
parent fff60273a3
commit 2be632b72d

View File

@ -20,9 +20,9 @@ const debug = createDebugger('fcc:app:createApp');
// history?: History,
// defaultState?: Object|Void,
// serviceOptions?: Object,
// middlewares?: Function[],
// enhancers?: Function[],
// epics?: Function[],
// middlewares?: [...Function],
// enhancers?: [...Function],
// epics?: [...Function],
// }) => Observable
//
// Either location or history must be defined