UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

4 lines (3 loc) 125 B
/// <reference types="node" /> import { trit } from "../types"; export declare function tritsToBytes(trits: trit[]): Buffer;