UNPKG

@polkadot/types

Version:
4 lines (3 loc) 185 B
import type { Registry } from '@polkadot/types-codec/types'; /** @internal */ export declare function validateTypes(registry: Registry, throwError: boolean, types: string[]): string[];