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

7 lines (6 loc) 248 B
import { TupleItem } from '@ton/core'; import { IntTree } from './int-tree'; export interface IntStrategy { generateTree: () => IntTree; } export declare function generateIntTree(bits: number, signed: boolean, fixtures?: TupleItem[]): IntTree;