This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
console.log('window.Intl',window.Intl)
// window.Intl Intl {DateTimeFormat: function, NumberFormat: function, Collator: function, v8BreakIterator: function, getCanonicalLocales: function}
console.log('isEmpty(window.Intl)',isEmpty(window.Intl));
// isEmpty(window.Intl) true
Supposed to be false