Not recognizing Intl as a built-in 0bject object · Issue #2801 · facebook/flow

flow seems to recognize other built-in objects like Event. But it does not recognize Intl: const currencyFormatter = new Intl.NumberFormat("en-US", {style: 'currency', currency: 'USD'}); ^^^^ ident...