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, // 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