bpmnIds.js 254 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.getBpmnId = void 0;
  4. var ids_1 = require("ids");
  5. var ids = new ids_1.default([32, 32, 1]);
  6. function getBpmnId() {
  7. return ids.next();
  8. }
  9. exports.getBpmnId = getBpmnId;