bpmn-js/lib/core/index.js

4 lines
114 B
JavaScript
Raw Normal View History

module.exports = {
__depends__: [ require('../draw') ],
bpmnRegistry: [ 'type', require('./BpmnRegistry') ]
};