UNPKG

@iota/area-codes

Version:
11 lines (10 loc) 274 B
/** * The character set used in Open Location Code encoding. * @private */ export const OLC_APHABET: string = "23456789CFGHJMPQRVWX0+"; /** * The character set used in IOTA Area Code encoding. * @private */ export const IAC_APHABET: string = "FGHJKLMNOPQRSTUVXWYZA9";