UNPKG

messageformat

Version:

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

7 lines (6 loc) 170 B
export const fallback = (source = '�') => ({ type: 'fallback', source, toParts: () => [{ type: 'fallback', source }], toString: () => `{${source}}` });