UNPKG

temporal-extra

Version:

Locale-aware date utilities for Temporal: week numbers, date adjusters, polyfill support and more

13 lines (12 loc) 229 B
declare global { namespace Intl { type WeekInfo = { firstDay: number; weekend: number[]; }; interface Locale { getWeekInfo(): WeekInfo; } } } export {};