We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3911d6a commit feb158cCopy full SHA for feb158c
index.d.ts
@@ -583,5 +583,8 @@ declare class EtherscanApi {
583
getEtherLastPrice(): Promise<EtherPrice>
584
}
585
586
-export as namespace EtherscanApi
+declare namespace EtherscanApi {
587
+
588
+}
589
590
export = EtherscanApi
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-etherscan-api",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "",
5
"main": "./src/index.js",
6
"scripts": {
@@ -9,7 +9,7 @@
9
"doc":
10
"jsdoc2md --files src/index.js --template doc/template.hbs > doc/API.md"
11
},
12
- "typings": "./index.d.ts",
+ "types": "index.d.ts",
13
"jest": {
14
"testMatch": ["<rootDir>/tests/**/*.js"]
15
0 commit comments