are JS arrays not Lists? I tried to declare an ext...
# javascript
b
are JS arrays not Lists? I tried to declare an external API by returning a List but it produced broken JS when I ran .filter on it. It worked when I declared those as ArrayString
1
e
Collection
derivates are Kotlin-only. Externals only work with
Array
, but that's how it is supposed to be.
b
thank you
should probably explode then
b
as in: not be allowed in external definitions
e
Have you tried with some other stdlib type? Does it complain?