UNPKG

@pokt-network/pocket-js

Version:

Pocket-js core package with the main functionalities to interact with the Pocket Network.

8 lines (7 loc) 200 B
let node = false; try { node = (Object.prototype.toString.call(global.process) === '[object process]'); } catch (e) { } module.exports = node ? require('./dist/index.js') : require('./dist/web');