@lion/localize
Version:
The localization system helps to manage localization data split into locales and automate its loading
13 lines (12 loc) • 457 B
TypeScript
/**
* Parts with forced "normal" spaces
*
* @typedef {import('../../../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
* @param {FormatNumberPart[]} formattedParts
* @returns {FormatNumberPart[]}
*/
export function forceNormalSpaces(formattedParts: FormatNumberPart[]): FormatNumberPart[];
/**
* Parts with forced "normal" spaces
*/
export type FormatNumberPart = import("../../../../types/LocalizeMixinTypes.js").FormatNumberPart;