(s)
| 31503 | s = s || this.getStore().dispatch |
| 31504 | const o = this.getActions(), |
| 31505 | process = (s) => |
| 31506 | 'function' != typeof s |
| 31507 | ? objMap(s, (s) => process(s)) |
| 31508 | : (...o) => { |
| 31509 | var i = null |
| 31510 | try { |
| 31511 | i = s(...o) |
| 31512 | } catch (s) { |
| 31513 | i = { type: rt, error: !0, payload: (0, Qe.serializeError)(s) } |
| 31514 | } finally { |
| 31515 | return i |
| 31516 | } |
| 31517 | } |
| 31518 | return objMap(o, (o) => |
| 31519 | (function bindActionCreators(s, o) { |
| 31520 | if ('function' == typeof s) return bindActionCreator(s, o) |
no test coverage detected