1.0.2 • Published 8 years ago

tz-areas v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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