UNPKG

react-native-react-query-devtools

Version:
7 lines (6 loc) 249 B
/** * Displays a string regardless the type of the data * @param {unknown} value Value to be stringified * @param {boolean} beautify Formats json to multiline */ export declare const displayValue: (value: unknown, beautify?: boolean) => string;