Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

14 lines
369 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commands = void 0;
var _clean = _interopRequireDefault(require("./clean"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const commands = {
clean: _clean.default
};
exports.commands = commands;
//# sourceMappingURL=index.ts.map