UNPKG

iana-tz-json-generator-and-importer

Version:

Quickly get timezone names and metadata from the IANA into your application in the format you want.

5 lines (4 loc) 128 B
export declare function extractGeographicAreaAndLocation(input: string): { geographicArea: string; location: string; };