UNPKG

kayle

Version:

Extremely fast and accurate accessibility engine built for any headless tool like playwright or puppeteer.

16 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Standard = exports.setLogging = exports._log = void 0; exports._log = { enabled: false }; function setLogging(enabled) { exports._log.enabled = enabled; } exports.setLogging = setLogging; var Standard; (function (Standard) { Standard["WCAG2A"] = "WCAG2A"; Standard["WCAG2AA"] = "WCAG2AA"; Standard["WCAG2AAA"] = "WCAG2AAA"; Standard["SECTION508"] = "SECTION508"; })(Standard || (exports.Standard = Standard = {})); //# sourceMappingURL=config.js.map