Skip to main content
Module

x/polkadot/x-bigint/shim.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

import { BigInt } from 'https://deno.land/x/polkadot@0.2.40/x-bigint/mod.ts';import { exposeGlobal } from 'https://deno.land/x/polkadot@0.2.40/x-global/mod.ts';
exposeGlobal('BigInt', BigInt);