UNPKG

263 BTypeScriptView Raw
1import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js';
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(): Arbitrary<number>;