Fork me on GitHub
#clojure-spec
<
2018-07-13
>
roklenarcic14:07:20

How can one spec maps with string keys?

mpenet14:07:27

(s/map-of string? ....) if you want to use s/keys you will need to convert them first