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

6 lines (5 loc) 208 B
import { IntTree } from '../fuzz/int-tree'; export interface IntShrinker { shrink: (tree: IntTree, test: (value: bigint) => boolean) => bigint; } export declare function createIntShrinker(): IntShrinker;