0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🎉 Add missing ::us/atom global spec

This commit is contained in:
Andrey Antukh 2023-02-20 12:18:40 +01:00
parent d549fcb2ae
commit 012ead65b5

View file

@ -252,6 +252,9 @@
#?(:clj
(s/def ::agent #(instance? clojure.lang.Agent %)))
#?(:clj
(s/def ::atom #(instance? clojure.lang.Atom %)))
(defn bytes?
"Test if a first parameter is a byte
array or not."