serialise()function
Serialise any value to a stable, consistent string (a JSON.stringify() that never loses information).
serialise(value: unknown): string
Serialise any value to a stable, consistent string (a JSON.stringify() that never loses information).
serialise(value: unknown): string