Interface: FunctionPrecondition()
The function precondition interface.
FunctionPrecondition(...args: any[]): boolean | Promise<boolean>
The arguments passed to the function or class' method.
Parameters
| Parameter | Type |
|---|
...args | any[] |
Returns
boolean | Promise<boolean>
Source
utils.ts:8