UNPKG

unbound-claude-code

Version:

Claude Code with Unbound integration - Drop-in replacement for Claude Code with multi-provider routing and cost optimization

8 lines 300 B
/** * Unbound Code - Main Entry Point */ export { UnboundInterceptor, initializeUnboundInterceptor, getUnboundInterceptor, setUnboundApiKey } from './interceptor'; export { UnboundAuth } from './auth'; export { UnboundCli } from './cli'; export * from './types'; //# sourceMappingURL=index.d.ts.map