Current section

Files

Jump to
claude_agent_sdk_ts priv node_bridge dist bridge.d.ts
Raw

priv/node_bridge/dist/bridge.d.ts

/**
* Node.js Bridge for ClaudeAgent Elixir wrapper
*
* This script communicates with Elixir via stdin/stdout using newline-delimited JSON.
* It wraps the official @anthropic-ai/claude-code SDK.
*/
export {};