JsSymbol
Declare access to a declaration by a well-known Symbol in JavaScript.
See additional information about well-known Symbols
Since Kotlin
2.3Declare access to a declaration (right now, only functions are supported) by a well-known Symbol in JavaScript.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#well-known_symbols
This is especially useful for interop to implement different JS conventions to override JS iterability, auto-closing behavior, casting to primitives, etc