onix-core
Version:
Onix library core
16 lines • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dateToUTCString = exports.parseMicrosoftFormatOffset = exports.formatTimer = exports.formatInterval = exports.timestampToInterval = exports.DateExtensions = void 0;
var DateExtensions_1 = require("./DateExtensions");
Object.defineProperty(exports, "DateExtensions", { enumerable: true, get: function () { return DateExtensions_1.DateExtensions; } });
var timestampToInterval_1 = require("./timestampToInterval");
Object.defineProperty(exports, "timestampToInterval", { enumerable: true, get: function () { return timestampToInterval_1.timestampToInterval; } });
var formatInterval_1 = require("./formatInterval");
Object.defineProperty(exports, "formatInterval", { enumerable: true, get: function () { return formatInterval_1.formatInterval; } });
var formatTimer_1 = require("./formatTimer");
Object.defineProperty(exports, "formatTimer", { enumerable: true, get: function () { return formatTimer_1.formatTimer; } });
var ParseMicrosoftFormatOffset_1 = require("./ParseMicrosoftFormatOffset");
Object.defineProperty(exports, "parseMicrosoftFormatOffset", { enumerable: true, get: function () { return ParseMicrosoftFormatOffset_1.parseMicrosoftFormatOffset; } });
var DateToUTCString_1 = require("./DateToUTCString");
Object.defineProperty(exports, "dateToUTCString", { enumerable: true, get: function () { return DateToUTCString_1.dateToUTCString; } });
//# sourceMappingURL=index.js.map