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
An array of time zone areas
[
"Africa",
"America",
"Antarctica",
"Arctic",
"Asia",
"Atlantic",
"Australia",
"Europe",
"Indian",
"Pacific"
]Installation
Package managers
npm
npm install tz-areasbower
bower install tz-areasStandalone
Download the script file directly.
API
tzAreas
Type: Array
import tzAreas from 'tz-areas';
Array.isArray(tzAreas); //=> true