@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
17 lines • 626 B
JavaScript
;
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || Array.prototype.slice.call(from));
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.normal = void 0;
var normal = function (vertices) {
return __spreadArray([], vertices, true);
};
exports.normal = normal;
//# sourceMappingURL=normal.js.map