UNPKG

@polkadot/util-crypto

Version:
6 lines (5 loc) 183 B
import '@polkadot/x-bigint/shim'; import { cryptoWaitReady } from './crypto.js'; cryptoWaitReady().catch(() => { // shouldn't happen, logged and caught inside cryptoWaitReady });