Skip to main content
Module

x/polkadot/x-bigint/shim.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File
// Copyright 2017-2022 @polkadot/x-bigint authors & contributors// SPDX-License-Identifier: Apache-2.0
import { BigInt } from 'https://deno.land/x/polkadot@0.2.8/x-bigint/mod.ts';import { exposeGlobal } from 'https://deno.land/x/polkadot@0.2.8/x-global/mod.ts';
exposeGlobal('BigInt', BigInt);