Skip to main content

import

macrov1.7

cljs.core/import

Available in:CLJCLJS
(import [& import-symbols-or-lists])
import-list => (closure-namespace constructor-name-symbols*) For each name in constructor-name-symbols, adds a mapping from name to the constructor named by closure-namespace to the current namespace. Use :import in the ns macro in preference to calling this directly.

No examples yet. Be the first to add one!