2020-05-26 18:17:24 +02:00

13 lines
170 B
JavaScript

export const Math = {
ALWAYS: 0,
PARENS_DIVISION: 1,
PARENS: 2,
STRICT_LEGACY: 3
};
export const RewriteUrls = {
OFF: 0,
LOCAL: 1,
ALL: 2
};