Function: hasCloneMethod()
hasCloneMethod<
T>(instance):instance is WithCloneMethod<T>
Defined in: packages/fast-check/src/check/symbols.ts:30
Check if an instance has to be clone
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
instance | T | WithCloneMethod<T> |
Returns
instance is WithCloneMethod<T>
Remarks
Since 2.15.0