UNPKG

@mhysko/s-uuid

Version:

Translate standard UUID to Base68 format and back

8 lines (7 loc) 192 B
export const encodings = { BIN: '01', OCT: '01234567', DEC: '0123456789', HEX: '0123456789abcdef', BASE58: '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz', };