index.js 221 Bytes
Newer Older
sunhongwei's avatar
sunhongwei committed
1 2 3 4 5 6 7 8 9
/*
 * @author igdianov
 * address https://github.com/igdianov/activiti-bpmn-moddle
 * */

module.exports = {
  __init__: ["FlowableModdleExtension"],
  FlowableModdleExtension: ["type", require("./flowableExtension")]
};