Fork me on GitHub
#clojurescript
<
2023-10-12
>
flowthing07:10:17

In Clojure, when extending a protocol, if I need a default case to fall back on, I can do this:

(extend-protocol Foo Object (bar [this] ,,,))
Is there a ClojureScript equivalent to Object?

flowthing07:10:53

Thank you!

👍 1