diff --git a/common/src/app/common/spec.cljc b/common/src/app/common/spec.cljc index 65926a005..435512f93 100644 --- a/common/src/app/common/spec.cljc +++ b/common/src/app/common/spec.cljc @@ -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."