Skip to main content
Module

x/polkadot/keyring/index.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File
// Copyright 2017-2022 @polkadot/keyring authors & contributors// SPDX-License-Identifier: Apache-2.0
import './detectPackage.ts';
import { Keyring } from './bundle.ts';
export * from './bundle.ts';
export default Keyring;