(x5, context)
| 10702 | } |
| 10703 | } |
| 10704 | function assertFunction(x5, context) { |
| 10705 | if (typeof x5 !== "function") { |
| 10706 | throw new TypeError(`${context} is not a function.`); |
| 10707 | } |
| 10708 | } |
| 10709 | function isObject3(x5) { |
| 10710 | return typeof x5 === "object" && x5 !== null || typeof x5 === "function"; |
| 10711 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…