Skip to main content

munge

functionv1.7

cljs.core/munge

Available in:BBCLJCLJS
(munge [name])
Munge symbol or string `name` for safe use in JavaScript. - Replaces '..' with '_DOT__DOT_'. - Appends '$' to JavaScript reserved keywords. - Returns a symbol if `name` was a symbol, otherwise a string.

No examples yet. Be the first to add one!