shelving/util/serialisemodule

Functions

Go

serialise()function

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

serialise(value: unknown): string