UNPKG

route-claudecode

Version:

Advanced routing and transformation system for Claude Code outputs to multiple AI providers

7 lines 236 B
/** * Anthropic Input Module * Exports all Anthropic input processing functionality */ export { AnthropicInputProcessor } from './processor'; export { validateAnthropicRequest } from './validator'; //# sourceMappingURL=index.d.ts.map