@hyperfixi/core 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,5 +11,6 @@ export declare function getAllHxOnPrefixes(): string[];
|
|
|
11
11
|
export declare function register(code: string, data: VocabPayload): void;
|
|
12
12
|
export declare function isLangRegistered(code: string): boolean;
|
|
13
13
|
export declare function resetOrchestrator(): void;
|
|
14
|
+
export declare function installPublicAPI(): void;
|
|
14
15
|
export {};
|
|
15
16
|
//# sourceMappingURL=i18n-orchestrator.d.ts.map
|