npm package diff

Package: @forge/bridge

Versions: 3.5.1-next.3-experimental-c7a7d36 - 4.0.0-next.6

File: package/out/i18n/index.d.ts

Index: package/out/i18n/index.d.ts
===================================================================
--- package/out/i18n/index.d.ts
+++ package/out/i18n/index.d.ts
@@ -0,0 +1,6 @@
+import { type ForgeSupportedLocaleCode, type GetTranslationsOptions, type GetTranslationsResult } from '@forge/i18n';
+export declare const resetTranslationsCache: () => void;
+export declare const getTranslations: (locale?: ForgeSupportedLocaleCode | null, options?: GetTranslationsOptions) => Promise<GetTranslationsResult>;
+export declare type TranslationFunction = (i18nKey: string, defaultValue?: string) => string;
+export declare const createTranslationFunction: (locale?: ForgeSupportedLocaleCode | null) => Promise<TranslationFunction>;
+//# sourceMappingURL=index.d.ts.map
\ No newline at end of file