mirror of https://github.com/status-im/web3.js.git
3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
|
if(typeof web3 === 'undefined') {
|
||
|
web3 = require('web3');
|
||
|
}
|