Fork me on GitHub
#cljs-dev
<
2019-07-25
>
dnolen19:07:18

do you need it for something?

thheller19:07:23

otherwise it isn't possible to typehint functions that you get from some framework or something and resort to .call later

thheller19:07:41

ie (defn foo [^js some-callback] (some-callback 1 2 3))

dnolen20:07:02

@thheller pushed that to master

thheller20:07:40

nice. thanks.