UNPKG
iota-converter
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Converts between trytes, trits and bytes
github.com/alexpods/iota-converter
alexpods/iota-converter
iota-converter
/
dist
/
trytes-to-trits.d.ts
2 lines
(1 loc)
•
65 B
TypeScript
View Raw
1
2
export
declare
function
trytesToTrits
(
trytes
:
string
):
number
[];