(s: string)
| 278 | } |
| 279 | |
| 280 | function byteString(s: string): Uint8Array { |
| 281 | return new TextEncoder().encode(s); |
| 282 | } |
| 283 | |
| 284 | // Type guard for checking that the headers are in valid format: an object of |
| 285 | // strings. |
no outgoing calls
no test coverage detected