Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c0a4f0a

Browse files
nicolaslawdunefrozeman
authored andcommitted
set default export (#1249)
1 parent 8385ab9 commit c0a4f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ declare class Web3 {
2424
utils: t.Utils
2525
}
2626

27-
export = Web3;
27+
export default Web3;

0 commit comments

Comments
 (0)