HH\Lib\Experimental\Debug\dump_async
Print a human-readable representation of a value
namespace HH\Lib\Experimental\Debug;
function dump_async(
mixed $value,
): Awaitable<void>;
The request error stream is used if available; otherwise, request output is used instead.
This is the HTTP response for HTTP requests, or STDERR for CLI.
Parameters
mixed $value