This website requires JavaScript.
Explore
Help
Sign In
status-im
/
ethers.js
Watch
2
Star
0
Fork
0
You've already forked ethers.js
mirror of
synced
2025-02-24 12:08:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ethers.js
/
src.ts
/
index.ts
7 lines
84 B
TypeScript
Raw
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