@inlang/paraglide-js
Version:
[](https://www.npmjs.com/package/@inlang/paraglide-js) [;
*
* // code will be: `Your age is ${i?.age}`
*/
export declare const compilePattern: (args: {
pattern: Pattern;
declarations: Declaration[];
mode?: CompilePatternMode;
/**
* The locale of the message the pattern belongs to.
*
* Required to compile expressions with annotations like
* `{ annotation: { type: "function-reference", name: "number" } }`
* into `registry.number(locale, ...)` calls.
*/
locale?: string;
}) => Compiled<Pattern>;
//# sourceMappingURL=compile-pattern.d.ts.map