Files
wechatpay-enterprise-web/node_modules/less/lib/less/constants.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +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