UNPKG

@polkadot/types

Version:
5 lines (4 loc) 135 B
type Extracted = string | Extracted[]; /** @internal */ export declare function extractTypes(types: string[]): Extracted[]; export {};