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) 227 B
export interface IntTree { current: () => bigint; simplify: () => boolean; complicate: () => boolean; } export declare function createIntTree(start: bigint, bits: number, signed: boolean, fixed?: boolean): IntTree;