SourceRegistry

Object representing the source registry for sources.

Signature

export declare const SourceRegistry: {    readonly register: (...registrations: RestOrArray<SourceRegistration>) => string[];    readonly resolve: (value: RegistrySearchSource) => string | undefined;    readonly isRegistered: (value: RegistrySearchSource) => boolean;    readonly getRegistered: () => string[];    readonly createIdentifier: (source: RegistrySearchSource, query: string) => string;    readonly parseQuery: (query: string) => ParsedQuery | null;};

Members

This export does not declare public properties or methods in the generated declaration file.