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
v4.0.16
ethers.js
/
src.ts
/
index.ts
7 lines
84 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Initial TypeScript migration.
2018-06-13 15:39:39 -04:00
Refactored imports and exports to be both node-friendly and TypeScript-friendly.
2018-07-16 03:27:49 -04:00
import
*
as
ethers
from
'./ethers'
;
Set up setImmediate for browsers.
2018-06-22 02:07:57 -04:00
Refactored imports and exports to be both node-friendly and TypeScript-friendly.
2018-07-16 03:27:49 -04:00
export
{
ethers
}
;
Fixing weird browserify bug with pacakge resolution order.
2018-07-12 20:11:32 -04:00
Major re-factor of the library layout for TypeScript; still up for discussion.
2018-07-30 18:59:52 -04:00
export
*
from
'./ethers'
;
Reference in New Issue
Copy Permalink