mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 03:51:37 +02:00
🚧 More work on data validation.
This commit is contained in:
parent
faf7877d00
commit
b1459f85cd
11 changed files with 136 additions and 150 deletions
|
@ -54,6 +54,7 @@
|
|||
(s/def ::inst inst?)
|
||||
(s/def ::keyword keyword?)
|
||||
(s/def ::fn fn?)
|
||||
(s/def ::coll coll?)
|
||||
|
||||
(s/def ::not-empty-string
|
||||
(s/and string? #(not (str/empty? %))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue