Press n or j to go to the next uncovered block, b, p or k for the previous block.
const MAX_INT = 2 ** 31 - 1 const MIN_INT = -(2 ** 31) export { MAX_INT, MIN_INT }