UNPKG

@pushchain/ui-kit

Version:
13 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const buffer_1 = require("buffer"); const g = globalThis; if (!g.Buffer || !g.Buffer.from || !g.Buffer.alloc) g.Buffer = buffer_1.Buffer; if (typeof globalThis.process === 'undefined') { globalThis.process = { env: {} }; } if (typeof globalThis.global === 'undefined') { globalThis.global = globalThis; } //# sourceMappingURL=index.js.map