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