2025-04-02 21:57:33 +08:00

15 lines
330 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RewriteUrls = exports.Math = void 0;
exports.Math = {
ALWAYS: 0,
PARENS_DIVISION: 1,
PARENS: 2
// removed - STRICT_LEGACY: 3
};
exports.RewriteUrls = {
OFF: 0,
LOCAL: 1,
ALL: 2
};
//# sourceMappingURL=constants.js.map