We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a586607 commit 11cb779Copy full SHA for 11cb779
mod.ts
@@ -1,4 +1,4 @@
1
import Web3 from './packages/web3/src/index.js';
2
3
-export type * from './packages/web3/types/index.d.ts';
+// export type * from './packages/web3/types/index.d.ts';
4
export default Web3;
usage-examples/get-balance.ts
@@ -1,4 +1,6 @@
+// import Web3 from '../mod.ts'
+
import Web3 from 'https://deno.land/x/web3/mod.ts'
5
6
const providerURL = Deno.args[0]
0 commit comments