Open mh-alahdadian opened 2 years ago
I definitely plan on publishing this
What's the difference betwen this locale-weekinfo
and https://formatjs.io/docs/polyfills/intl-locale/?
@Ayc0, that package polyfills the whole Intl.Locale
class from what I understand. This package will polyfill just .getWeekInfo()
(formerly .weekInfo
) and will do so in an ultra-compact way.
Hi I was wondering why
locale-weekinfo
package is not published on npm ?weekInfo
field ofIntl.Locale
does not have full browser support. It would help people like me, who want to use this package to getweekInfo
of all locales