clojure.reflect

since v0.0-1503

doc - function
(doc sym)
Queries the reflection api with a fully qualified symbol, then prints
documentation information at the repl.

macroexpand - function
(macroexpand form)
Queries the reflection api with a quoted macro form, then calls the
callback function with the macroexpanded form, as a string.

meta - function
(meta sym cb)
Queries the reflection api with a fully qualified symbol, then calls
callback fn cb with the evaluated cljs map containing that symbol's
meta information.

(print-doc {:keys [name method-params doc]})