@casoon/auditmysite
Version:
Professional website analysis suite with robust accessibility testing, Core Web Vitals performance monitoring, SEO analysis, and content optimization insights. Features isolated browser contexts, retry mechanisms, and comprehensive API endpoints for profe
10 lines • 453 B
TypeScript
/**
* 🔧 CLI System Exports
*
* Clean exports for the new command-based CLI system.
*/
export { CommandRegistry } from './command-registry';
export { BaseCommand, CommandArgs, CommandResult } from './commands/base-command';
export { AuditCommand, AuditCommandArgs } from './commands/audit-command';
export type { CommandArgs as CLICommandArgs, CommandResult as CLICommandResult } from './commands/base-command';
//# sourceMappingURL=index.d.ts.map