Namespaces
verifyCallback
function verifyCallback(value: any): void;Defined in: utils/types.d.ts:62
A function that checks if something is a valid function.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value which will be checked. Throws exception if passed value is not a valid function. |
Returns
void
- Previous
- toUIString