Fork me on GitHub
#fulcro
<
2021-10-15
>
roklenarcic19:10:13

When using guardrails like so:

(>def ::thing (s/or :i int? :s string?))
Would it eliminate spec code from CLJS if I required the spec namespace under alias s?