UNPKG

walltime-js

Version:

A javascript library for easily translating a UTC time to a "Wall Time" for a particular time zone and back.

14 lines (13 loc) 349 B
helpers = require "./helpers" RuleLib = require "./rule" ZoneLib = require "./zone" TimeZoneTime = require "./timezonetime" module.exports = Days: helpers.Days Months: helpers.Months Time: helpers.Time Rule: RuleLib.Rule RuleSet: RuleLib.RuleSet Zone: ZoneLib.Zone ZoneSet: ZoneLib.ZoneSet TimeZoneTime: TimeZoneTime