UNPKG

@taiga-ui/addon-doc

Version:

Taiga UI based library for developing documentation portals for Angular libraries.

8 lines (7 loc) 173 B
/** * Returns readable JS entity * @param data * @param depth * @return readable JS entity */ export declare function tuiInspectAny<T>(data: T, depth: number): string;