4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
|
declare module 'eac.js-lib' {
|
||
|
export default function(web3: any): any;
|
||
|
}
|