Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/components/number-format/NumberUtils.…
Browse files Browse the repository at this point in the history
…d.ts
  • Loading branch information
langz committed Oct 8, 2024
1 parent 4f83ffe commit b24d5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const roundHalfEven: (
* Formats a number as a phone number
*
* @param {string|number} number any number
* @param {string} locale locale as a string. Defaults to the global LOCALE constant
* @param {string} locale as a string. Defaults to the global LOCALE constant
* @param {string} options formatting options based on the toLocaleString API
* @returns {string} a phone number
*/
Expand Down

0 comments on commit b24d5c2

Please sign in to comment.