UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

13 lines (12 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypedPoint = void 0; /** @ignore */ var TypedPoint = /** @class */ (function () { function TypedPoint(x, y) { this.x = x; this.y = y; } return TypedPoint; }()); exports.TypedPoint = TypedPoint;