()
| 1554 | var noop$3 = {value: () => {}}; |
| 1555 | |
| 1556 | function dispatch() { |
| 1557 | for (var i = 0, n = arguments.length, _ = {}, t; i < n; ++i) { |
| 1558 | if (!(t = arguments[i] + "") || (t in _) || /[\s.]/.test(t)) throw new Error("illegal type: " + t); |
| 1559 | _[t] = []; |
| 1560 | } |
| 1561 | return new Dispatch(_); |
| 1562 | } |
| 1563 | |
| 1564 | function Dispatch(_) { |
| 1565 | this._ = _; |
no outgoing calls
no test coverage detected