Files
pezkuwi-ui/packages/ui-keyring/src/bundle.ts
T
Jaco 0e0de28da4 Use .js imports in src (#727)
* Use .js in src imports

* Bump dev
2023-03-09 10:43:31 +02:00

11 lines
258 B
TypeScript

// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { Keyring } from './Keyring.js';
export { packageInfo } from './packageInfo.js';
const keyring = new Keyring();
export { Keyring, keyring };