Preparing search index...
The search index is not available
API Reference | fast-check | Property based testing framework
API Reference | fast-check | Property based testing framework
tuple
Function tuple
tuple
<
Ts
>
(
...
arbs
)
:
Arbitrary
<
Ts
>
For tuples produced using the provided
arbs
Type Parameters
Ts
extends
unknown
[]
Parameters
Rest
...
arbs
:
{
[
K
in
string
|
number
|
symbol
]
:
Arbitrary
<
Ts
[
K
<
K
>
]
>
}
Ordered list of arbitraries
Returns
Arbitrary
<
Ts
>
Remarks
Since 0.0.1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference | fast-check | Property based testing framework
Loading...
For tuples produced using the provided
arbs