Function: property()
property<
Ts>(...args):IPropertyWithHooks<Ts>
Defined in: packages/fast-check/src/check/property/Property.ts:15
Instantiate a new fast-check#IProperty
Type Parameters
| Type Parameter |
|---|
Ts extends [unknown, ...unknown[]] |
Parameters
| Parameter | Type |
|---|---|
...args | [...arbitraries: { [K in string | number | symbol]: Arbitrary<Ts[K]> }[], (...args) => boolean | void] |
Returns
Remarks
Since 0.0.1