Files
pezkuwi-ui/packages/reactnative-identicon/src/packageDetect.ts
T
2024-01-08 15:05:20 +02:00

13 lines
449 B
TypeScript

// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
// (packageInfo imports will be kept as-is, user-editable)
import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo';
import { detectPackage } from '@polkadot/util';
import { packageInfo } from './packageInfo.js';
detectPackage(packageInfo, null, [sharedInfo]);