Interface: FunctionFallback()
The fallback interface, this is called when the function precondition returns or resolves with a falsy value.
FunctionFallback(...
args:any[]):unknown
The fallback interface, this is called when the function precondition returns or resolves with a falsy value.
Parameters
| Parameter | Type |
|---|---|
...args | any[] |
Returns
unknown