UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

3 lines (2 loc) 95 B
import { trit } from "../types"; export declare function tritsToTrytes(trits: trit[]): string;