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

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

Returns a string representation of an object to be shown in UI.

Parameters

ParameterTypeDescription
objectanyThe object.

Returns

string

Previous
throttle