mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 03:17:58 +00:00
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const x_bigint_1 = require("@pezkuwi/x-bigint");
|
|
const x_global_1 = require("@pezkuwi/x-global");
|
|
(0, x_global_1.exposeGlobal)('BigInt', x_bigint_1.BigInt);
|