UNPKG

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