Skip to content

Commit ce45d59

Browse files
deptnodevelopit
authored andcommitted
fix #87 change isomorphic-fetch ts definition: export default to export =
1 parent 069e3a9 commit ce45d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ declare namespace unfetch {
1414

1515
declare const unfetch: typeof fetch;
1616

17-
export default unfetch;
17+
export = unfetch;

0 commit comments

Comments
 (0)