* Modified from @palette.dev/browser: * * @see https://gist.github.com/aidenybai/473689493f2d5d01bbc52e2da5950b45#file-palette-dev-browser-dist-palette-dev-mjs-L365
| 200 | * @see https://gist.github.com/aidenybai/473689493f2d5d01bbc52e2da5950b45#file-palette-dev-browser-dist-palette-dev-mjs-L365 |
| 201 | */ |
| 202 | interface RequestHeaders { |
| 203 | 'Content-Type': string; |
| 204 | 'Content-Encoding'?: string; |
| 205 | 'x-api-key'?: string; |
| 206 | } |
| 207 | |
| 208 | export const transport = async ( |
| 209 | initialUrl: string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…