UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

14 lines 697 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const dayjs_1 = __importDefault(require("dayjs")); const customParseFormat_1 = __importDefault(require("dayjs/plugin/customParseFormat")); const duration_1 = __importDefault(require("dayjs/plugin/duration")); const utc_1 = __importDefault(require("dayjs/plugin/utc")); require("reflect-metadata"); dayjs_1.default.extend(customParseFormat_1.default); dayjs_1.default.extend(duration_1.default); dayjs_1.default.extend(utc_1.default); //# sourceMappingURL=ExternalLibSettings.js.map