UNPKG

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