Fork me on GitHub
#scittle
<
2022-07-31
>
Chris McCormick10:07:40

@teodorlu you can use this hack - it's not perfect but it makes it easier to inspect objects:

(defn log [& args] (apply js/console.log (clj->js args)) (first args))

👍 1