Fork me on GitHub
#clojurescript
<
2021-02-21
>
Yehonathan Sharvit19:02:52

Is it possible to make a ClojureScript object behave as a JavaScript object?

Yehonathan Sharvit19:02:56

I mean: to pass a modification of a ClojureScript object to a JavaScript function that expects a JavaScript object with converting the whole ClojureScript object

Yehonathan Sharvit19:02:16

I know that https://github.com/mfikes/cljs-bean by @mfikes allows the opposite direction