UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

5 lines 482 B
import type { ProjectSettings } from "@inlang/sdk"; import type { CompiledBundleWithMessages } from "../compile-bundle.js"; export declare function messageReferenceExpression(locale: string, bundleId: string): string; export declare function generateOutput(compiledBundles: CompiledBundleWithMessages[], settings: Pick<ProjectSettings, "locales" | "baseLocale">, fallbackMap: Record<string, string | undefined>): Record<string, string>; //# sourceMappingURL=message-modules.d.ts.map