UNPKG

273 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.OrbitType = void 0;
4var OrbitType;
5(function (OrbitType) {
6 OrbitType["front"] = "front";
7 OrbitType["back"] = "back";
8})(OrbitType = exports.OrbitType || (exports.OrbitType = {}));