UNPKG

iota-ternary

Version:

Fast utility functions for conversion between trytes, trits and bytes

3 lines (2 loc) 96 B
import { trit } from "../types"; export declare function numberToTrits(number: number): trit[];