How to add more functions that'll be auto-imported...
# javascript
h
How to add more functions that'll be auto-imported? For example, i want to add
assert()
and
toByteArray
I've tried to add something in
kotlin.js
package, but
Error:(2, 1) Kotlin: Only the Kotlin standard library is allowed to use the 'kotlin' package