UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

5 lines (4 loc) 166 B
/// <reference types="node" /> import { trit } from "../types"; export declare const BYTES_TO_TRITS: {}; export declare function bytesToTrits(bytes: Buffer): trit[];