conformer
macrov1.9
cljs.spec.alpha/conformer
(conformer [f] [f unf])takes a predicate function with the semantics of conform i.e. it should return either a
(possibly converted) value or :cljs.spec.alpha/invalid, and returns a
spec that uses it as a predicate/conformer. Optionally takes a
second fn that does unform of result of first
Examples
No examples yet. Be the first to add one!