JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1434
  • Score
    100M100P100Q112587F
  • License 0BSD

An array of time zone IDs

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

npm version Build Status

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

Use npm.

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