UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

10 lines (9 loc) 368 B
import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js'; import type { IntArrayConstraints } from './_internals/builders/TypedIntArrayArbitraryBuilder.js'; /** * For Int32Array * @remarks Since 2.9.0 * @public */ export declare function int32Array(constraints?: IntArrayConstraints): Arbitrary<Int32Array>; export type { IntArrayConstraints };