Skip to main content

refer-clojure

macrov1.9

cljs.core/refer-clojure

Available in:BBCLJCLJS
(refer-clojure [& args])
Refers to all the public vars of `cljs.core`, subject to filters. Filters can include at most one each of: :exclude list-of-symbols :rename map-of-fromsymbol-tosymbol Filters can be used to select a subset, via exclusion, or to provide a mapping to a symbol different from the var's name, in order to prevent clashes.

No examples yet. Be the first to add one!