UNPKG

messageformat

Version:

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

9 lines (8 loc) 215 B
export const unknown = (source, input) => ({ type: 'unknown', source, dir: 'auto', toParts: () => [{ type: 'unknown', value: input }], toString: () => String(input), valueOf: () => input });