Search code examples
clojureclojurescript

ClojureScript - list functions of a namespace


How do I list the functions/vars of a ClojureScripts namespace ?

This is a question that has an equivalent for Clojure, but the solutions mentioned did not work for me.


Solution

  • clojure.repl/dir works for me with latest ClojureScript (1.7.228)