(require-global & args)
Require libraries in the global JS environment. (require-global '[SomeLib :as lib :refer [foo]])
(core/defmacro require-global [& args] `(~'ns* ~(cons :require-global args)))