cljs.build.api/goog-dep-string

functionsince v0.0-3291Edit
(goog-dep-string opts ijs)

Source docstring:
Given compiler options and a IJavaScript instance return the corresponding
goog.addDependency string
Source code @ clojurescript:src/main/clojure/cljs/build/api.clj
(defn goog-dep-string
  [opts ijs]
  (closure/add-dep-string opts ijs))