npm package diff

Package: @forge/manifest

Versions: 7.6.1-next.0 - 7.6.1-next.1

File: package/out/utils/module-i18n-helper.d.ts

Index: package/out/utils/module-i18n-helper.d.ts
===================================================================
--- package/out/utils/module-i18n-helper.d.ts
+++ package/out/utils/module-i18n-helper.d.ts
@@ -0,0 +1,4 @@
+import { Modules } from '../schema/manifest';
+export declare const extractI18nKeysFromModules: (modules: Modules) => string[];
+export declare const extractInternalI18nPropertyKeysFromModules: (modules: Modules) => [string, string][];
+//# sourceMappingURL=module-i18n-helper.d.ts.map
\ No newline at end of file