UNPKG

messageformat

Version:

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

4 lines (3 loc) 199 B
import type { Message, Pattern } from './data-model/types.ts'; import type { Context } from './format-context.ts'; export declare function selectPattern(context: Context, message: Message): Pattern;