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
func
Function func
func
<
TArgs
,
TOut
>
(
arb
)
:
Arbitrary
<
(
(
...
args
:
TArgs
)
=>
TOut
)
>
For pure functions
Type Parameters
TArgs
extends
any
[]
TOut
Parameters
arb
:
Arbitrary
<
TOut
>
Arbitrary responsible to produce the values
Returns
Arbitrary
<
(
(
...
args
:
TArgs
)
=>
TOut
)
>
Remarks
Since 1.6.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference | fast-check | Property based testing framework
Loading...
For pure functions