ClojureScript
API
GitHub
any?
function
since v1.9.183
clojure.core/any?
Edit
(any? x)
Source docstring:
Returns true if given any argument.
Source code @
clojurescript:src/main/cljs/cljs/core.cljs
(
defn
any?
[
x
]
true
)