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
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat/formatToParts says:
const rtf1 = new Intl.RelativeTimeFormat('en', { numeric: 'auto' });
is valid, but TypeScript 3.8.3 does not know out-of-the box about RelativeTimeFormat.
The text was updated successfully, but these errors were encountered:
See issue #29129 and the (closed?) pull request #36084.
Sorry, something went wrong.
TypeScript does not know about Intl.RelativeTimeFormat.
#36084 was discarded, as there was no activity on it and #29129 was about an ECMAScript-Draft at the time.
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
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat/formatToParts says:
is valid, but TypeScript 3.8.3 does not know out-of-the box about RelativeTimeFormat.
The text was updated successfully, but these errors were encountered: