UNPKG

acp-claude-code

Version:

ACP (Agent Client Protocol) bridge for Claude Code

6 lines 141 B
export async function* toAsyncIterable(items) { for (const item of items) { yield item; } } //# sourceMappingURL=utils.js.map