polkadot-js/common

View on GitHub
packages/x-bundle/src/dummy.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/x-bundle authors & contributors
// SPDX-License-Identifier: Apache-2.0

// This is a dummy, aka we don't check requires and then have
// some issues with the fact that we have a util reference
import { BN } from '@polkadot/util';

export { BN };