cljs.repl.node/repl-env

functionsince v0.0-2629Edit
(repl-env & {:as options})

Source docstring:
Construct a Node.js evalution environment. Can supply :host, :port
and :path (a vector used as the NODE_PATH).
Source code @ clojurescript:src/main/clojure/cljs/repl/node.clj
(defn repl-env
  [& {:as options}]
  (repl-env* options))