mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
12 lines
350 B
TypeScript
12 lines
350 B
TypeScript
// Copyright 2017-2025 @pezkuwi/wasm-bridge 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 { detectPackage } from '@pezkuwi/util';
|
|
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, []);
|