UNPKG

jspurefix

Version:
10 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TimeFormatTemplate { } TimeFormatTemplate.DateYearMonthDay = 'YYYYMMDD'; TimeFormatTemplate.TimeHourMinSecMilliColon = 'HH:mm:ss.SSS'; TimeFormatTemplate.TimeHourMinSecColon = 'HH:mm:ss'; TimeFormatTemplate.DateYearMonthDayHyphen = 'YYYY-MM-DD'; exports.TimeFormatTemplate = TimeFormatTemplate; //# sourceMappingURL=time-format-template.js.map