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