UNPKG

temporal-extra

Version:

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

6 lines (5 loc) 259 B
export type CompleteWeekInfo = [number, number[]]; export type PartialWeekInfo = [number, number[]?]; export type RegionData = Record<string, PartialWeekInfo>; export declare const worldDefaults: CompleteWeekInfo; export declare const regionData: RegionData;