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]?