(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.
Examples
No examples yet. Be the first to add one!