UNPKG

@nakedved/ano

Version:

Claude Code plugin for collaborative annotation and review

7 lines (6 loc) 236 B
// Ano - Collaborative annotation and review for Claude Code // This is the main entry point export * from './core/types.js'; export * from './core/annotations.js'; export * from './core/anchoring.js'; export * from './core/config.js';