mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-25 12:37:59 +00:00
14 lines
512 B
TypeScript
14 lines
512 B
TypeScript
// Copyright 2017-2026 @pezkuwi/rpc-augment authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Do not edit, auto-generated by @pezkuwi/dev
|
|
// (packageInfo imports will be kept as-is, user-editable)
|
|
|
|
import { packageInfo as coreInfo } from '@pezkuwi/rpc-core/packageInfo';
|
|
import { packageInfo as typesInfo } from '@pezkuwi/types/packageInfo';
|
|
import { detectPackage } from '@pezkuwi/util';
|
|
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, [coreInfo, typesInfo]);
|