UNPKG

@lion/localize

Version:

The localization system helps to manage localization data split into locales and automate its loading

8 lines (7 loc) 211 B
/** * To get the decimal separator * * @param {string} [locale] To override the browser locale * @returns {string} The separator */ export function getDecimalSeparator(locale?: string | undefined): string;