(action, ...args)
| 70105 | const val = newHeaders[k7]; |
| 70106 | if (val === null) { |
| 70107 | delete targetHeaders[lowerKey]; |
| 70108 | } else if (val !== void 0) { |
| 70109 | targetHeaders[lowerKey] = val; |
| 70110 | } |
| 70111 | } |
| 70112 | } |
| 70113 | function debug(action, ...args) { |
| 70114 | if (typeof process !== "undefined" && process?.env?.["DEBUG"] === "true") { |
no outgoing calls
no test coverage detected
searching dependent graphs…