mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 07:57:59 +00:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
// Copyright 2017-2025 @pezkuwi/x-bundle authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// @ts-expect-error In dev mode we don't have export maps...
|
|
const { BN } = require('@pezkuwi/util');
|
|
|
|
module.exports = BN;
|