UNPKG

@burglekitt/gmt

Version:

Temporal-based date and time utilities with timezone support and polyfill integration

5 lines (4 loc) 303 B
import type { CalendarSystem } from "../types/index.js"; export declare const temporalCalendarIds: Record<CalendarSystem, string>; export declare function isCalendarSystem(value: string): value is CalendarSystem; export declare function calendarSystemIdFromTemporal(temporalId: string): CalendarSystem;