UNPKG

convertible-js

Version:

Convert 12-hour time string to 24-hour time and vice versa with flexible formatting.

8 lines (7 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TimeFormat; (function (TimeFormat) { TimeFormat["twelveHour"] = "12-hour"; TimeFormat["twentyFourHour"] = "24-hour"; })(TimeFormat = exports.TimeFormat || (exports.TimeFormat = {}));