UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

8 lines (7 loc) 263 B
import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js'; /** * For positive integers between 0 (included) and Number.MAX_SAFE_INTEGER (included) * @remarks Since 1.11.0 * @public */ export declare function maxSafeNat(): Arbitrary<number>;