UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines 206 B
export const port = { set(port) { if (port != null && typeof port === 'object' && port.id) { return port.id; } return port; }, }; //# sourceMappingURL=port.js.map