Fork me on GitHub
#clojurescript
<
2020-09-16
>
David Hansen09:09:04

Hey, I'm trying to export a module, such that in javascript, it will read like

export default { x: "something", y: "somethingelse"}
the trick being the "default" part. Anyone got experience with something like that?

David Hansen09:09:03

:default seems to do the trick.

Andreas S.10:09:31

Hello everyone! I have a URL which points to a Site with static text which I want to filter with ClojureScript what would be the simplest way to do that?