UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

9 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNodeJS = isNodeJS; function isNodeJS() { return typeof process === 'object' && String(process) === '[object process]' && !process.versions.nw; } //# sourceMappingURL=isNodeJS.js.map