9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function verifyCallback(value: any): void;

Defined in: utils/types.d.ts:62

A function that checks if something is a valid function.

Parameters

ParameterTypeDescription
valueanyThe value which will be checked. Throws exception if passed value is not a valid function.

Returns

void

Previous
toUIString