Files
pezkuwi-ui/packages/react-identicon/src/detectPackage.ts
T
2022-01-01 10:45:20 +02:00

13 lines
374 B
TypeScript

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