Hi ! I’m trying to create `external` definitions f...
# javascript
a
Hi ! I’m trying to create
external
definitions from an existing npm module, but can’t figure out something. How should the following Typescript definition be declared in Kotlin ?
[Symbol.iterator]!: () => Iterator<string>
t
You can skip it in common case. Or use it as base for
Iterable
(in IR especially) via
inline
magic