UNPKG

@mhysko/s-uuid

Version:

Translate standard UUID to Base68 format and back

11 lines (10 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encodings = void 0; exports.encodings = { BIN: '01', OCT: '01234567', DEC: '0123456789', HEX: '0123456789abcdef', BASE58: '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz', };