Skip to content

Commit ad9ed27

Browse files
committed
fix flow types for fetch.js
1 parent 3e2e9fd commit ad9ed27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow-typed/aao/fetch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare function rawFetch(): any;
2-
declare function fetchJson(): any;
1+
declare function rawFetch(...any[]): any;
2+
declare function fetchJson(...any[]): any;

0 commit comments

Comments
 (0)