UNPKG

@sildeswj/common-libraries

Version:

This is common libraries used for all refeed projects

4 lines 278 B
export declare const COUNTRY_CODES_USE_COMMA_DECIMAL: string[]; export declare const normalizeNumberInput: (value: string) => number; export declare const formatNumberForLocale: (value: number | string, countryCode?: string) => string; //# sourceMappingURL=localeNumber.d.ts.map