Function: hasAsyncToStringMethod()
hasAsyncToStringMethod<
T>(instance):instance is T & WithAsyncToStringMethod
Defined in: packages/fast-check/src/utils/stringify.ts:81
Check if an instance implements WithAsyncToStringMethod
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
instance | T |
Returns
instance is T & WithAsyncToStringMethod
Remarks
Since 2.17.0