mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 19:18:07 +00:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
/* jshint ignore:start */
|
|
|
|
if(typeof web3 === 'undefined') {
|
|
web3 = require('web3');
|
|
}
|
|
|
|
/* jshint ignore:end */ |