@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
9 lines • 314 B
JavaScript
;
/**
* Core analyzer interfaces for AuditMySite
*
* This file defines the contracts that all analyzers must implement,
* ensuring consistent behavior and enabling proper dependency injection.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map