@academyjs/rover
Version:
Rover allows you to learn programming interactively.
14 lines • 523 B
JavaScript
;
/**
* Copyright (c) AcademyJS and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const node_1 = __importDefault(require("./node"));
exports.default = [...node_1.default];
//# sourceMappingURL=index.js.map