UNPKG

ccguard

Version:

Automated enforcement of net-negative LOC, complexity constraints, and quality standards for Claude code

10 lines 780 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseFormatter = exports.CommandFormatter = exports.FormatterFactory = void 0; var FormatterFactory_1 = require("./FormatterFactory"); Object.defineProperty(exports, "FormatterFactory", { enumerable: true, get: function () { return FormatterFactory_1.FormatterFactory; } }); var CommandFormatter_1 = require("./CommandFormatter"); Object.defineProperty(exports, "CommandFormatter", { enumerable: true, get: function () { return CommandFormatter_1.CommandFormatter; } }); var BaseFormatter_1 = require("./formatters/BaseFormatter"); Object.defineProperty(exports, "BaseFormatter", { enumerable: true, get: function () { return BaseFormatter_1.BaseFormatter; } }); //# sourceMappingURL=index.js.map