UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

10 lines (9 loc) 386 B
import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js'; import type { BigIntArrayConstraints } from './_internals/builders/TypedIntArrayArbitraryBuilder.js'; /** * For BigInt64Array * @remarks Since 3.0.0 * @public */ export declare function bigInt64Array(constraints?: BigIntArrayConstraints): Arbitrary<BigInt64Array>; export type { BigIntArrayConstraints };