UNPKG

84 BJavaScriptView Raw
1const NONE = 0;
2const LOOSE = 1;
3const STRICT = 2;
4
5export { LOOSE, NONE, STRICT };