Files
pezkuwi-ui/packages/ui-keyring/src/detectPackage.ts
T
2022-01-06 08:04:39 +02:00

12 lines
341 B
TypeScript

// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
import { detectPackage } from '@polkadot/util';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, packageInfo.path, others);