| 1241 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers) |
| 1242 | */ |
| 1243 | declare class Headers { |
| 1244 | constructor(init?: HeadersInit); |
| 1245 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */ |
| 1246 | get(name: string): string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected