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:
parent
d549fcb2ae
commit
012ead65b5
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue