/** * Converts a value to its string representation. * Arrays are formatted as comma-separated values in brackets. * Objects and strings are converted to JSON format with Unicode line/paragraph * separator characters properly escaped for JavaScript compatibility. */ export default function stringValue(x: any): string; //# sourceMappingURL=stringValue.d.ts.map