(pp)
A convenience macro that pretty prints the last thing output. This is exactly equivalent to (pprint *1).
(defmacro pp {:added "1.2"} [] `(cljs.pprint/pprint *1))