Package Exports
- tz-ids
- tz-ids/index.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tz-ids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tz-ids
An array of time zone IDs
[
'Africa/Abidjan',
'Africa/Accra',
'Africa/Addis_Ababa',
'Africa/Algiers',
'Africa/Asmara',
'Africa/Bamako',
'Africa/Bangui',
'Africa/Banjul',
'Africa/Bissau',
'Africa/Blantyre',
'Africa/Brazzaville',
'Africa/Bujumbura',
'Africa/Cairo',
'Africa/Casablanca',
'Africa/Ceuta',
'Africa/Conakry',
'Africa/Dakar',
//...
]
Installation
npm install tz-ids
API
import tzIds from 'tz-ids';
tzIds
Type: string[]
IDs are sorted in alphabetical order.
License
BSD Zero Clause License © 2019 Watanabe Shinnosuke