0.0.5 • Published 5 years ago

luxon-timezone-validator v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

luxon-timezone-validator

Validates timezones to check they're compatible with the Luxon library. Will also suggest alternatives if required.

Install

Available on NPM

npm install luxon-timezone-validator

API

const { isValidWithLuxor, suggestAlternativeTimezone } = require('luxon-timezone-validator');
const validTimezone = isValidWithLuxor(yourTimezone) || suggestAlternativeTimezone(yourTimezone);
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago