Returns a map of the refer mappings for the namespace.
Source
(defnns-refers"Returns a map of the refer mappings for the namespace."{:added"1.0":statictrue}[ns](let[ns(the-nsns)](filter-keyval(fn[^clojure.lang.Var v](and(instance?clojure.lang.Varv)(not=ns(.nsv))))(ns-mapns))))