UNPKG

@polkadot/types

Version:
5 lines (4 loc) 140 B
type Types = string | Types[]; /** @internal */ export declare function flattenUniq(list: Types[], result?: string[]): string[]; export {};