cljs.compiler.api/munge

functionsince v1.10.738Edit
(munge s)

Source docstring:
Munge a symbol or string. Preserves the original type.
Source code @ clojurescript:src/main/clojure/cljs/compiler/api.clj
(defn munge
  [s]
  (comp/munge s))