mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
declare module 'eac.js-lib' {
|
|
export default function(web3: any): any;
|
|
}
|