Point.js 250 B

123456789
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0}),
  5. (i.default = class {
  6. constructor(t = 0, e = 0) {
  7. (this.x = 0), (this.y = 0), (this.x = t), (this.y = e);
  8. }
  9. });