JSPM

tz-areas

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q34649F
  • License MIT

An array of time zone areas

Package Exports

  • tz-areas

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-areas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tz-areas

NPM version Bower version Build Status devDependency Status

An array of time zone areas

[
  "Africa",
  "America",
  "Antarctica",
  "Arctic",
  "Asia",
  "Atlantic",
  "Australia",
  "Europe",
  "Indian",
  "Pacific"
]

Installation

Package managers

npm

npm install tz-areas

bower

bower install tz-areas

Standalone

Download the script file directly.

API

tzAreas

Type: Array

import tzAreas from 'tz-areas';

Array.isArray(tzAreas); //=> true

License

The Unlicense