This website requires JavaScript.
Explore
Help
Register
Sign In
tornado-packages
/
ethers.js
Watch
1
Star
0
Fork
1
You've already forked ethers.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bfff3ea4cc
ethers.js
/
src.ts
/
index.ts
7 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial TypeScript migration.
2018-06-13 22:39:39 +03:00
Refactored imports and exports to be both node-friendly and TypeScript-friendly.
2018-07-16 10:27:49 +03:00
import
*
as
ethers
from
'./ethers'
;
Set up setImmediate for browsers.
2018-06-22 09:07:57 +03:00
Refactored imports and exports to be both node-friendly and TypeScript-friendly.
2018-07-16 10:27:49 +03:00
export
{
ethers
}
;
Fixing weird browserify bug with pacakge resolution order.
2018-07-13 03:11:32 +03:00
Refactored imports and exports to be both node-friendly and TypeScript-friendly.
2018-07-16 10:27:49 +03:00
export
*
from
"./ethers"
;
Reference in New Issue
Copy Permalink