UNPKG

bpmn-elements

Version:

Executable workflow elements based on BPMN 2.0

27 lines (26 loc) 775 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Association", { enumerable: true, get: function () { return _Association.default; } }); Object.defineProperty(exports, "MessageFlow", { enumerable: true, get: function () { return _MessageFlow.default; } }); Object.defineProperty(exports, "SequenceFlow", { enumerable: true, get: function () { return _SequenceFlow.default; } }); var _Association = _interopRequireDefault(require("./Association.js")); var _MessageFlow = _interopRequireDefault(require("./MessageFlow.js")); var _SequenceFlow = _interopRequireDefault(require("./SequenceFlow.js")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }