timezonecomplete
Version:
DateTime, TimeZone, Duration and Period library aimed at providing a consistent and complete date-time interface, away from the original JavaScript Date class.
19 lines (18 loc) • 575 B
TypeScript
/**
* Copyright(c) 2014 ABB Switzerland Ltd.
*
* Date and Time utility functions - main index
*/
export * from "./basics";
export * from "./datetime";
export * from "./duration";
export * from "./format";
export * from "./globals";
export * from "./javascript";
export * from "./locale";
export * from "./parse";
export * from "./period";
export * from "./basics";
export * from "./timesource";
export * from "./timezone";
export { AtType, isValidOffsetString, NormalizeOption, RuleInfo, RuleType, OnType, ToType, Transition, TzDatabase, ZoneInfo } from "./tz-database";