ClojureScript
API
GitHub
cljs.repl/repl-nil?
function
since v1.10.63
Edit
(repl-nil? x)
Source code @
clojurescript:src/main/clojure/cljs/repl.cljc
(
defn
repl-nil?
[
x
]
(
boolean
(
#{
""
"nil"
}
x
)
)
)