polkadot-js/api

View on GitHub
packages/types-create/src/types/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/types-create authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './augmentRegistry.js';

// all types
export type { CodecCreateOptions as CreateOptions } from '@polkadot/types-codec/types';

// all starred
export * from './lookup.js';
export * from './types.js';