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)

8 lines 338 B
import type { Declaration, Message, Variant } from "@inlang/sdk"; import type { Compiled } from "./types.js"; /** * Returns the compiled message as a string * */ export declare const compileMessage: (declarations: Declaration[], message: Message, variants: Variant[]) => Compiled<Message>; //# sourceMappingURL=compile-message.d.ts.map