route-claudecode
Version:
Advanced routing and transformation system for Claude Code outputs to multiple AI providers
12 lines • 657 B
JavaScript
;
/**
* Anthropic Input Module
* Exports all Anthropic input processing functionality
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateAnthropicRequest = exports.AnthropicInputProcessor = void 0;
var processor_1 = require("./processor");
Object.defineProperty(exports, "AnthropicInputProcessor", { enumerable: true, get: function () { return processor_1.AnthropicInputProcessor; } });
var validator_1 = require("./validator");
Object.defineProperty(exports, "validateAnthropicRequest", { enumerable: true, get: function () { return validator_1.validateAnthropicRequest; } });
//# sourceMappingURL=index.js.map