@a11ywatch/core
Version:
a11ywatch central API
9 lines • 506 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CRAWLER_COMMENCED = exports.CRAWLER_FINISHED = exports.SUCCESS_DELETED_ALL = exports.PASSWORD_RESET = exports.SUCCESS = void 0;
exports.SUCCESS = "Success";
exports.PASSWORD_RESET = "Please check your email for password reset code.";
exports.SUCCESS_DELETED_ALL = "Success, all websites deleted.";
exports.CRAWLER_FINISHED = "Scan complete";
exports.CRAWLER_COMMENCED = "Scan started";
//# sourceMappingURL=success.js.map
;