Skip to main content
Module

x/polkadot/util-crypto/bundleInit.ts

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

import 'https://deno.land/x/polkadot@0.2.40/x-bigint/shim.ts';
import { cryptoWaitReady } from './crypto.ts';
cryptoWaitReady().catch((): void => { // shouldn't happen, logged and caught inside cryptoWaitReady});