@casoon/auditmysite
Version:
A comprehensive command-line tool for automated accessibility, security, performance, and SEO testing using Playwright and pa11y, based on sitemap URLs
7 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutputGenerator = void 0;
// Output generators for different formats
var output_generator_1 = require("./output-generator");
Object.defineProperty(exports, "OutputGenerator", { enumerable: true, get: function () { return output_generator_1.OutputGenerator; } });
//# sourceMappingURL=index.js.map