UNPKG

@toreda/time

Version:

Simple, small footprint library for common time operations and converting between units of time.

38 lines (37 loc) 1.68 kB
export { days } from './days'; export { Defaults } from './defaults'; export { microseconds } from './microseconds'; export { milliseconds } from './milliseconds'; export { minutes } from './minutes'; export { months } from './months'; export { seconds } from './seconds'; export { Time } from './time'; export { timeCheckMethods } from './time/check/methods'; export { timeCheckType } from './time/check/type'; export { TimeConstants } from './time/constants'; export { timeConversions } from './time/conversions'; export { timeConvert, canConvert } from './time/convert'; export { TimeData } from './time/data'; export { timeMake } from './time/make'; export { timeMethods } from './time/methods'; export { timeNow } from './time/now'; export { timeNowOffset } from './time/now/offset'; export { Timer } from './timer'; export { TimerActive } from './timer/active'; export { TimerCallback } from './timer/callback'; export { TimerCallbackGroup } from './timer/callback/group'; export { TimerCallbackSync } from './timer/callback/sync'; export { TimerEventId } from './timer/event/id'; export { TimerOptions } from './timer/options'; export { TimerPassive } from './timer/passive'; export { timeSince } from './time/since'; export { TimeUnit } from './time/unit'; export { TimeUnitLabel } from './time/unit/label'; export { timeUnitLabels } from './time/unit/labels'; export { timeUnits } from './time/units'; export { timeUnitSupported } from './time/unit/supported'; export { timeUntil } from './time/until'; export { timeValid } from './time/valid'; export { unixTimestampNow } from './unix/timestamp/now'; export { weeks } from './weeks'; export { years } from './years';