We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069e3a9 commit ce45d59Copy full SHA for ce45d59
src/index.d.ts
@@ -14,4 +14,4 @@ declare namespace unfetch {
14
15
declare const unfetch: typeof fetch;
16
17
-export default unfetch;
+export = unfetch;
0 commit comments