Skip to content

jsonToString(value): string

Defined in: utils/helper.ts:149

Converts a JSON-serializable value to a string, handling BigInt values.

any

The value to convert

string

A string representation of the value