UNPKG

astronomy-js

Version:

A lightweight javascript library for astronomical calculations.

7 lines (6 loc) 121 B
export class SkyObject { constructor(objectType, name) { this.objectType = objectType; this.name = name; } }