UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

9 lines (7 loc) 166 B
'use strict'; module.exports.elementToString = function(e) { if (!e) { return '<null>'; } return '<' + e.$type + (e.id ? ' id="' + e.id : '') + '" />'; };