From 2be632b72d0bf361119500d85641a0688c131f43 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 17 Jan 2018 10:51:44 -0800 Subject: [PATCH] chore(create-app): Update rtype typed array signature --- common/app/create-app.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/app/create-app.jsx b/common/app/create-app.jsx index ff87484a2b..563691c700 100644 --- a/common/app/create-app.jsx +++ b/common/app/create-app.jsx @@ -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