"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNodeJs = void 0; const tslib_1 = require("tslib"); const environment_1 = require("@walletconnect/environment"); exports.isNodeJs = environment_1.isNode; tslib_1.__exportStar(require("@walletconnect/environment"), exports); //# sourceMappingURL=env.js.map