Fork me on GitHub
#malli
<
2020-05-01
>
geraldodev23:05:59

(m/decode int? "23.abc" mt/string-transformer) gives me a string on clojure on cljs it gives me an 23 integer. it strips the integer part and passes. is it normal ?