(s, o = 'expected a function, instead received ' + typeof s)
| 31900 | [Bt]: (s, { payload: o }) => s.set('authorized', (0, ze.fromJS)(o.authorized)), |
| 31901 | } |
| 31902 | function assertIsFunction(s, o = 'expected a function, instead received ' + typeof s) { |
| 31903 | if ('function' != typeof s) throw new TypeError(o) |
| 31904 | } |
| 31905 | var ensureIsArray = (s) => (Array.isArray(s) ? s : [s]) |
| 31906 | function getDependencies(s) { |
| 31907 | const o = Array.isArray(s[0]) ? s[0] : s |