How do I use <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Strin...
e
r
e
@Robert Jaros oh, using unsafe code? Strange there is no function/extension function in the stdlib
t
Copy code
@file:JsQualifier("String")

external fun fromCharCode(vararg codes: Short)
✔️ 1
e
Thanks @turansky!