How to use heatmap(values)?

heatmap has a heatmap(values) function but there isn’t an example for it in the docs. How can I use it?

Found the answer in an issue.

heatmap(rand(3, 3))