UNPKG

@polkadot/types-codec

Version:
3 lines (2 loc) 184 B
import type { CodecClass, Registry } from '../types/index.js'; export declare function typesToMap(registry: Registry, [Types, keys]: [CodecClass[], string[]]): Record<string, string>;