UNPKG

433 BJavaScriptView Raw
1// UP, SAME, DOWN, RESET should not be special regex characters in a character class.
2export const UP = "<"; // one level up
3export const SAME = ","; // same level
4export const DOWN = ">"; // one level down
5export const RESET = "|"; // reset level index and start new
6export const WILDCARD = "*"; // as defined by publicsuffix.org
7export const EXCEPTION = "!"; // as defined by publicsuffix.org
8//# sourceMappingURL=characters.js.map
\No newline at end of file