Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 | 4x 4x 4x 4x 569x | const HIDDEN_CUTOFF = 20;
const SELECTOR_CUTOFF = 50;
const ALMOST_DONE_CUTOFF = 80;
const COMPLETE_CUTOFF = 100;
export { ALMOST_DONE_CUTOFF, COMPLETE_CUTOFF, HIDDEN_CUTOFF, SELECTOR_CUTOFF };
|