UNPKG

@protontech/timezone-support

Version:

Lightweight time zone support for your applications or other date libraries.

15 lines (10 loc) 225 B
interface PackedTimeZones { [ key: string ]: string } interface TimeZoneData { zones: PackedTimeZones links: Array<string> } declare const data: TimeZoneData export default data // export as namespace timezoneData;