UNPKG

messageformat

Version:

Intl.MessageFormat / Unicode MessageFormat 2 parser, runtime and polyfill

4 lines (3 loc) 224 B
import type { Literal } from '../data-model/types.ts'; import type { Context } from '../format-context.ts'; export declare function resolveLiteral(ctx: Context, lit: Literal): import("../functions/string.ts").MessageString;