UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

5 lines (4 loc) 153 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRYTES = '9ABCDEFGHIJKLMNOPQRSTUVWXYZ'; exports.TRITS = [-1, 0, 1];