(cljs-env? env)
https://github.com/Prismatic/schema/blob/master/src/clj/schema/macros.clj
(when-selected-for selectors & body)
Only runs body if it is selectors for based on the passed in selectors. See fulcro-spec.selectors for more info.
Only runs body if it is selectors for based on the passed in selectors. See fulcro-spec.selectors for more info.
(with-reporting msg & body)
Wraps body in a begin-* and an end-* do-report if the msg contains a :type
Wraps body in a begin-* and an end-* do-report if the msg contains a :type
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close