UNPKG

@feature-hub/core

Version:

Create scalable web applications using micro frontends.

13 lines 1.44 kB
export declare function featureServiceUnsupported(optional: boolean, providerId: string, consumerId: string, versionRange: string, supportedVersions: string[]): string; export declare function featureServiceVersionInvalid(providerId: string, registrantId: string, version: string): string | undefined; export declare function featureServiceDependencyVersionInvalid(optional: boolean, providerId: string, consumerId: string): string; export declare function featureServiceNotRegistered(optional: boolean, providerId: string, consumerId: string): string; export declare function featureServiceReturnedUndefined(providerId: string, registrantId: string): string; export declare function featureServiceSuccessfullyRegistered(providerId: string, registrantId: string): string; export declare function featureServiceAlreadyRegistered(providerId: string, registrantId: string): string; export declare function featureServiceSuccessfullyBound(providerId: string, consumerId: string): string; export declare function featureServicesAlreadyBound(consumerId: string): string | undefined; export declare function featureServiceCouldNotBeUnbound(providerId: string, consumerId: string): string; export declare function featureServiceSuccessfullyUnbound(providerId: string, consumerId: string): string; export declare function featureServicesAlreadyUnbound(consumerId: string): string; //# sourceMappingURL=feature-service-registry-messages.d.ts.map