()
| 136530 | value: ()=>{} |
| 136531 | }; |
| 136532 | function dispatch() { |
| 136533 | for(var i = 0, n = arguments.length, _ = {}, t; i < n; ++i){ |
| 136534 | if (!(t = arguments[i] + "") || t in _ || /[\s.]/.test(t)) throw new Error("illegal type: " + t); |
| 136535 | _[t] = []; |
| 136536 | } |
| 136537 | return new Dispatch(_); |
| 136538 | } |
| 136539 | function Dispatch(_) { |
| 136540 | this._ = _; |
| 136541 | } |
nothing calls this directly
no outgoing calls
no test coverage detected