function | previously cljs.spec/unform | clojure.spec.alpha/unform | Edit |
(unform spec x)
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.
(defn unform
[spec x]
(unform* (specize spec) x))