UNPKG

@polkadot/types

Version:
6 lines (5 loc) 384 B
import type { ExtDef, ExtInfo, ExtTypes } from './types.js'; export declare const allExtensions: ExtDef; export declare const fallbackExtensions: string[]; export declare function findUnknownExtensions(extensions: string[], userExtensions?: ExtDef): string[]; export declare function expandExtensionTypes(extensions: string[], type: keyof ExtInfo, userExtensions?: ExtDef): ExtTypes;