UNPKG
@iota/area-codes
Version:
latest (0.1.1)
0.1.1
0.1.0
IOTA Area Codes (IAC) JavaScript
github.com/iotaledger/iota-area-codes
iotaledger/iota-area-codes
@iota/area-codes
/
typings
/
alphabet.d.ts
11 lines
(10 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * The character set used in Open Location Code encoding. *
@private
*/
export
declare
const
OLC_APHABET
:
string
;
/** * The character set used in IOTA Area Code encoding. *
@private
*/
export
declare
const
IAC_APHABET
:
string
;