Press n or j to go to the next uncovered block, b, p or k for the previous block.
class KeyGenerator { public static id(): string { return Math.random().toString(16).slice(2); } } export default KeyGenerator;