polkadot-js/common

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

Summary

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

import './packageDetect.js';

import { Keyring } from './bundle.js';

export * from './bundle.js';

export default Keyring;