polkadot-js/common

View on GitHub
packages/networks/src/index.ts

Summary

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

// TODO: This was removed, really cannot recall the reason...
// ... put it back, but keep it removed
// import './packageDetect.js';

export * from './interfaces.js';
export { packageInfo } from './packageInfo.js';