cljs.spec/unform

MOVED, please see cljs.spec.alpha/unform
functionremoved v1.9.542added v1.9.75Edit
(unform spec x)

Source docstring:
Given a spec and a value created by or compliant with a call to
'conform' with the same spec, returns a value with all conform
 destructuring undone.
Source code @ clojurescript:src/main/cljs/cljs/spec.cljs
(defn unform
  [spec x]
  (unform* (specize spec) x))