UNPKG

intl-messageformat

Version:

Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.

7 lines (6 loc) 203 B
import { IntlMessageFormat } from './src/core'; export * from './src/core'; export * from './src/error'; export * from './src/formatters'; export { IntlMessageFormat }; export default IntlMessageFormat;