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

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

A function that gets the class name of an object.

Parameters

ParameterTypeDescription
objectanyThe object. Returns a string with the name of the class.

Returns

string