You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure introduced a `uri?` predicate in 1.9. This commit adds support for `uri`
to Clojurescript under `cljs.core/uri?`. It returns true if the given argument
is an instance of `goog.Uri`, false otherwise.
0 commit comments