UNPKG

315 BTypeScriptView Raw
1import { ArbitraryWithContextualShrink } from '../check/arbitrary/definition/ArbitraryWithContextualShrink';
2/**
3 * For positive integers between 0 (included) and Number.MAX_SAFE_INTEGER (included)
4 * @remarks Since 1.11.0
5 * @public
6 */
7export declare function maxSafeNat(): ArbitraryWithContextualShrink<number>;