UNPKG

die-roboter

Version:

A TypeScript library for robot simulation and control with Three.js

6 lines (5 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SO101 = void 0; const SO101_1 = require("./robots/SO101"); Object.defineProperty(exports, "SO101", { enumerable: true, get: function () { return SO101_1.SO101; } });