We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0c409 commit 021e1bfCopy full SHA for 021e1bf
packages/kit/types/helper.d.ts
@@ -5,7 +5,7 @@ interface ReadOnlyFormData {
5
entries(): Generator<[string, string], void>;
6
keys(): Generator<string, void>;
7
values(): Generator<string, void>;
8
- [Symbol.iterator]: () => Generator<[string, string], void>;
+ [Symbol.iterator](): Generator<[string, string], void>;
9
}
10
11
type BaseBody = string | Uint8Array | ReadOnlyFormData;
0 commit comments