UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

18 lines (17 loc) 801 B
export { camelCaseKeys } from "./camelCaseKeys"; export { createTranslationOptions } from "./createTranslationOptions"; export { expandRoundMode } from "./expandRoundMode"; export { formatNumber } from "./formatNumber"; export { getFullScope } from "./getFullScope"; export { inferType } from "./inferType"; export { interpolate } from "./interpolate"; export { isSet } from "./isSet"; export { lookup } from "./lookup"; export { numberToDelimited } from "./numberToDelimited"; export { numberToHuman } from "./numberToHuman"; export { numberToHumanSize } from "./numberToHumanSize"; export { parseDate } from "./parseDate"; export { pluralize } from "./pluralize"; export { roundNumber } from "./roundNumber"; export { strftime } from "./strftime"; export { timeAgoInWords } from "./timeAgoInWords";