UNPKG

183 BJavaScriptView Raw
1import '@polkadot/x-bigint/shim';
2import { cryptoWaitReady } from './crypto.js';
3cryptoWaitReady().catch(() => {
4 // shouldn't happen, logged and caught inside cryptoWaitReady
5});