UNPKG

299 BJavaScriptView Raw
1// Copyright 2017-2023 @polkadot/types authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4import { packageInfo as codecInfo } from '@polkadot/types-codec/packageInfo';
5import { packageInfo as createInfo } from '@polkadot/types-create/packageInfo';
6export default [codecInfo, createInfo];
\No newline at end of file