UNPKG

refakts

Version:

TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.

6 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandRegistry = void 0; var command_registry_1 = require("./command-registry"); Object.defineProperty(exports, "CommandRegistry", { enumerable: true, get: function () { return command_registry_1.CommandRegistry; } }); //# sourceMappingURL=index.js.map