vibez-core
Version:
Utilities, types and common dependencies.
10 lines • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUCCESS_CODE = 0;
exports.SECONDS_PER_YEAR = 31561920;
exports.SECONDS_PER_MONTH = 25920000;
exports.SECONDS_PER_WEEK = 604800;
exports.SECONDS_PER_DAY = 86400;
exports.SECONDS_PER_HOUR = 3600;
exports.DEFAULT_REASON = "Ups! Something went wrong and, by now, we couldn't establish the reason. Please try again! If the problem persists contact [SUPPORT_MAIL] for support. Please provide the following information in the subject of the email: Error ID [ERROR_ID].";
//# sourceMappingURL=Constants.js.map