Skip to content

Commit 021e1bf

Browse files
committed
update readonlyformdata
1 parent 0c0c409 commit 021e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/helper.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface ReadOnlyFormData {
55
entries(): Generator<[string, string], void>;
66
keys(): Generator<string, void>;
77
values(): Generator<string, void>;
8-
[Symbol.iterator]: () => Generator<[string, string], void>;
8+
[Symbol.iterator](): Generator<[string, string], void>;
99
}
1010

1111
type BaseBody = string | Uint8Array | ReadOnlyFormData;

0 commit comments

Comments
 (0)