(k)
| 25 | let handleOptionsMethod = defaults.handleOptionsMethod; |
| 26 | |
| 27 | function isDeclared(k) { |
| 28 | return typeof opts[k] !== 'undefined' && opts[k] !== null; |
| 29 | } |
| 30 | |
| 31 | function setHeader(str) { |
| 32 | const m = /^(.+?)\s*:\s*(.*)$/.exec(str); |
no outgoing calls
no test coverage detected
searching dependent graphs…