mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
6 lines
182 B
JavaScript
6 lines
182 B
JavaScript
import '@pezkuwi/x-bigint/shim';
|
|
import { cryptoWaitReady } from './crypto.js';
|
|
cryptoWaitReady().catch(() => {
|
|
// shouldn't happen, logged and caught inside cryptoWaitReady
|
|
});
|