UNPKG

@kstasi/jest-tolk

Version:

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tonkite/tonkite/main/assets/logo-dark.svg"> <img alt="tonkite logo" src="https://raw.githubusercontent.com/tonkite/tonkite/main/a

4 lines (3 loc) 182 B
import { TupleItem } from '@ton/core'; import { IntTree } from './int-tree'; export declare function generateIntTree(bits: number, signed: boolean, fixtures?: TupleItem[]): IntTree;