UNPKG

368 BTypeScriptView Raw
1import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js';
2import type { IntArrayConstraints } from './_internals/builders/TypedIntArrayArbitraryBuilder.js';
3/**
4 * For Int32Array
5 * @remarks Since 2.9.0
6 * @public
7 */
8export declare function int32Array(constraints?: IntArrayConstraints): Arbitrary<Int32Array>;
9export type { IntArrayConstraints };