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
property
Function property
property
<
Ts
>
(
...
args
)
:
IPropertyWithHooks
<
Ts
>
Instantiate a new fast-check#IProperty
Type Parameters
Ts
extends
[
unknown
,
...
unknown
[]
]
Parameters
Rest
...
args
:
[
...
arbitraries
:
{
[
K
in
string
|
number
|
symbol
]
:
Arbitrary
<
Ts
[
K
<
K
>
]
>
}
[]
,
predicate
:
(
(
...
args
:
Ts
)
=>
boolean
|
void
)
]
Returns
IPropertyWithHooks
<
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...
Instantiate a new fast-check#IProperty