(arg)
| 264 | return (hint === "string" ? String : Number)(input); |
| 265 | } |
| 266 | function _toPropertyKey(arg) { |
| 267 | var key = _toPrimitive(arg, "string"); |
| 268 | return typeof key === "symbol" ? key : String(key); |
| 269 | } |
| 270 | |
| 271 | var PACKET_TYPES = Object.create(null); // no Map = no polyfill |
| 272 | PACKET_TYPES["open"] = "0"; |
no test coverage detected