cljs.spec/explain-str

MOVED, please see cljs.spec.alpha/explain-str
functionremoved v1.9.542added v1.9.14Edit
(explain-str spec x)

Source docstring:
Given a spec and a value that fails to conform, returns an explanation as a string.
Source code @ clojurescript:src/main/cljs/cljs/spec.cljs
(defn explain-str
  [spec x]
  (with-out-str (explain spec x)))