Closed
Description
TypeScript Version: 3.2.2
Search Terms:
Intl.getCanonicalLocales TS TypeScript Error 2339 undefined i18n
Code
Intl.getCanonicalLocales('EN-US');
Expected behavior:
Code works, and returns ["en-US"]
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Intl/getCanonicalLocales
Actual behavior:
TS Error 2339, the property getCanonicalLocales does not exists on Intl