UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

10 lines (9 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); class Vector2D extends index_1.Point2D { constructor(x, y) { super(x, y); } } exports.Vector2D = Vector2D;