Press n or j to go to the next uncovered block, b, p or k for the previous block.
export default (buf: Uint8Array, start: number, length: number): string => Buffer.prototype.utf8Slice.call(buf, start, start + length);