(state, receiver)
| 288 | } |
| 289 | |
| 290 | export function __classPrivateFieldIn(state, receiver) { |
| 291 | if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object"); |
| 292 | return typeof state === "function" ? receiver === state : state.has(receiver); |
| 293 | } |
| 294 | |
| 295 | export default { |
| 296 | __extends, |
nothing calls this directly
no outgoing calls
no test coverage detected