neither Int::class.js nor Double::class.js transla...
# javascript
b
neither Int::class.js nor Double::class.js translates to Number, how do I do that? Number::class.js translates to some random class Edit: it's JsNumber Also nice: there are no constructors for JsNumber and casting an int to JsNumber throws an exception
1