* Wrapper around the `Headers` constructor.
(headers: HeadersInit)
| 52 | * Wrapper around the `Headers` constructor. |
| 53 | */ |
| 54 | newHeaders(headers: HeadersInit): Headers { |
| 55 | return new Headers(headers); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Test if a given object is an instance of `Client`. |
no outgoing calls
no test coverage detected