Interface: FunctionFallback()
The fallback interface, this is called when the function precondition returns or resolves with a falsy value.
FunctionFallback(...args: any[]): unknown
The arguments passed to the function or class' method.
Parameters
| Parameter | Type |
|---|
...args | any[] |
Returns
unknown
Source
utils.ts:18