We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5218b30 commit df157faCopy full SHA for df157fa
headers/index.ts
@@ -5,7 +5,7 @@ function isIterable(val: any): val is Iterable<any> {
5
type HeadersInit =
6
| Headers
7
| Array<[string, string]>
8
- | Record<string, Array<string> | string | undefined>
+ | Record<string, Array<string> | string | undefined>;
9
10
/**
11
* Arcjet headers.
0 commit comments