UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

6 lines 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; var noop = function (terminal) { return terminal; }; exports.noop = noop; //# sourceMappingURL=noop.js.map