2026-03-14 15:17:03 +08:00

10 lines
365 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const commands_1 = __importDefault(require("./commands"));
exports.default = {
sentinel: commands_1.default
};
//# sourceMappingURL=module.js.map