UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

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