| 1273 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers) |
| 1274 | */ |
| 1275 | declare class Headers { |
| 1276 | constructor(init?: HeadersInit); |
| 1277 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */ |
| 1278 | get(name: string): string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected