Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Add a type hint to {{js-keys}} indicating that it returns an array.

This would help improve perf of, for example, things like {{(count (js-keys some-obj))}}.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3103 (reported by mfikes)
...