UNPKG

susyweb

Version:

Sophon JavaScript API, middleware to talk to a sophon node over RPC

9 lines (6 loc) 211 B
var SusyWeb = require('./lib/susyweb'); // dont override global variable if (typeof window !== 'undefined' && typeof window.SusyWeb === 'undefined') { window.SusyWeb = SusyWeb; } module.exports = SusyWeb;