mirror of
https://github.com/penpot/penpot.git
synced 2025-02-19 05:15:44 -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
|
#?(:clj
|
||||||
(s/def ::agent #(instance? clojure.lang.Agent %)))
|
(s/def ::agent #(instance? clojure.lang.Agent %)))
|
||||||
|
|
||||||
|
#?(:clj
|
||||||
|
(s/def ::atom #(instance? clojure.lang.Atom %)))
|
||||||
|
|
||||||
(defn bytes?
|
(defn bytes?
|
||||||
"Test if a first parameter is a byte
|
"Test if a first parameter is a byte
|
||||||
array or not."
|
array or not."
|
||||||
|
|
Loading…
Add table
Reference in a new issue