UNPKG

temporal-extra

Version:

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

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