Interface: FunctionPrecondition()
Defined in: utils.ts:4
The function precondition interface.
FunctionPrecondition(...
args
:any
[]):boolean
|Promise
<boolean
>
Defined in: utils.ts:8
The function precondition interface.
Parameters
Parameter | Type |
---|---|
...args | any [] |
Returns
boolean
| Promise
<boolean
>