(value)
| 2699 | "node_modules/whatwg-url/lib/utils.js"(exports2, module2) { |
| 2700 | "use strict"; |
| 2701 | function isObject3(value) { |
| 2702 | return typeof value === "object" && value !== null || typeof value === "function"; |
| 2703 | } |
| 2704 | var hasOwn3 = Function.prototype.call.bind(Object.prototype.hasOwnProperty); |
| 2705 | function define2(target, source) { |
| 2706 | for (const key of Reflect.ownKeys(source)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…