Fork me on GitHub
#releases
<
2021-06-15
>
Luis Thiam-Nye12:06:08

The latest version of snoop (`21-166-alpha`) allows you to specify malli schemas next to each parameter declaration:

(>defn fun
  [(x int?) (y int?) (z melon?)]
  [=> string?]
  ...)
https://github.com/CrypticButter/snoop#inline-schema