We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The formatToParts method (corresponding to each format method) on each Intl formatter constructor is not included in the type definitions.
formatToParts
format
Intl
new Intl.NumberFormat().formatToParts(Math.PI)
The following methods exist: https://developer.mozilla.org/en-US/search?q=formatToParts
The text was updated successfully, but these errors were encountered:
Duplicate of #41299. Used search terms: formatToParts
If you target ESNext you have support already.
ESNext
Sorry, something went wrong.
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes.
No branches or pull requests
lib Update Request
Missing / Incorrect Definition
The
formatToParts
method (corresponding to eachformat
method) on eachIntl
formatter constructor is not included in the type definitions.Sample Code
Documentation Link
The following methods exist: https://developer.mozilla.org/en-US/search?q=formatToParts
The text was updated successfully, but these errors were encountered: