UNPKG

@lion/localize

Version:

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

8 lines (7 loc) 191 B
/** * Gets the group separator * * @param {string} [locale] To override the browser locale * @returns {string} */ export function getGroupSeparator(locale?: string | undefined): string;