UNPKG

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