UNPKG

@lion/localize

Version:

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

9 lines (8 loc) 358 B
/** * Gets the group separator * * @param {string} [locale] To override the browser locale * @param {import('../../types/LocalizeMixinTypes').FormatNumberOptions} [options] * @returns {string} */ export function getGroupSeparator(locale?: string | undefined, options?: import("../../types/LocalizeMixinTypes").FormatNumberOptions | undefined): string;