polkadot-js/api

View on GitHub
packages/typegen/scripts/polkadot-types-internal-interfaces.mjs

Summary

Maintainability
Test Coverage
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/typegen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { main } from '@polkadot/typegen/interfacesTs';

main();