UNPKG

spacecraft-app-cli

Version:

A simple CLI Project to solve the Spacecraft problem with typescript

12 lines 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Moon = exports.Earth = void 0; exports.Earth = { x: 0, y: 0, }; exports.Moon = { x: 0, y: 250, }; //# sourceMappingURL=locations.js.map