UNPKG

96 BJavaScriptView Raw
1const NONE = 0;
2const DIFFERENCE = 1;
3const ROLLING = 2;
4
5export { DIFFERENCE, NONE, ROLLING };