(header)
| 7 | const $internals = Symbol('internals'); |
| 8 | |
| 9 | function normalizeHeader(header) { |
| 10 | return header && String(header).trim().toLowerCase(); |
| 11 | } |
| 12 | |
| 13 | function normalizeValue(value) { |
| 14 | if (value === false || value == null) { |
no outgoing calls
no test coverage detected