Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 | 6x 6x | export const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; export const hasBuffer = typeof Buffer === 'function' && typeof Buffer.from === 'function'; |