website-auditfy
Version:
> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y
11 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageType = void 0;
var MessageType;
(function (MessageType) {
MessageType["error"] = "error";
MessageType["passed"] = "passed";
MessageType["disable"] = "disable";
MessageType["warning"] = "warning";
})(MessageType || (exports.MessageType = MessageType = {}));
//# sourceMappingURL=message.enum.js.map