(ns-imports ns)
Returns a map of the import mappings for the namespace.
user> (ns-imports 'clojure.core)
{ClassVisitor clojure.asm.ClassVisitor, ProcessBuilder java.lang.ProcessBuilder, Enum java.lang.Enum, SuppressWarnings java.lang.SuppressWarnings, Throwable java.lang.Throwable, InterruptedException ...chop...}