cljs.test/ns?

functionsince v1.8.51Edit
(ns? x)

Source code @ clojurescript:src/main/cljs/cljs/test.cljc
(defn ns? [x]
  (and (seq? x) (= (first x) 'quote)))