UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normal = void 0; const normal = (vertices) => [ ...vertices, ]; exports.normal = normal; //# sourceMappingURL=normal.js.map