Add more validators.

This commit is contained in:
Andrey Antukh
2016-04-13 23:41:54 +03:00
parent 0cb28a2bba
commit 57bba26815

View File

@@ -34,11 +34,12 @@
(def identical-to
(assoc st/identical-to :message "errors.form.identical-to"))
;; (def in-range st/in-range)
(def in-range st/in-range)
;; (def uuid-like st/uuid-like)
(def uuid st/uuid)
(def keyword st/keyword)
;; (def integer-like st/integer-like)
(def integer-str st/integer-str)
(def number-str st/number-str)
;; (def boolean-like st/boolean-like)
;; (def email st/email)
;; (def function st/function)