We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb010e commit 2713501Copy full SHA for 2713501
1 file changed
src/lib/dom.iterable.d.ts
@@ -22,7 +22,7 @@ interface FormData {
22
}
23
24
interface Headers {
25
- [Symbol.iterator](): IterableIterator<[String, String]>;
+ [Symbol.iterator](): IterableIterator<[string, string]>;
26
/**
27
* Returns an iterator allowing to go through all key/value pairs contained in this object.
28
*/
0 commit comments