Fork me on GitHub
#cljsjs
<
2021-07-19
>
Drew Verlee22:07:34

So if you require a cljsjs package (whatever) like so (ns ... (:require ... [foo])) then all the functions in the foo package are now just available via js/<fn> here? So if your reading such a ns how do you know where the js/<fn> came from if you have two such imports e.g [foo] ... [bar]?