Stringify a value, for use in debug messages. This is a bare-bones implementation of node:util's inspect method, designed to run in any environment.
The value to stringify
A string representation of the value
Stringify a value, for use in debug messages. This is a bare-bones implementation of node:util's inspect method, designed to run in any environment.