Given a namespace as a symbol return the corresponding resource if it exists.
Source
(defnns->source"Given a namespace as a symbol return the corresponding resource if it exists."[ns](or(io/resource(ns->relpathns:cljs))(io/resource(ns->relpathns:cljc))))