mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
5caa168bf7
skip-checks: true
12 lines
340 B
TypeScript
12 lines
340 B
TypeScript
// Copyright 2017-2022 @polkadot/reactnative-identicon 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, null, others);
|