Are function like `toJsString()`, `toJsBoolean()` ...
# javascript
r
Are function like
toJsString()
,
toJsBoolean()
available for common source set in
kotlin-wrappers
(can't find them in
kotlin-js-core
)?
I would also like to have
unsafeCast()
Should I fill a feature request?
t
r
Why not keep it an extension function?
🧌 1
Oh, I see. It's an unsafeCast on steroids 😉
t
JsString
and
JsBoolean
factory functions?
JsString("cxal")
,
JsBoolean(false)
?
r
Yes
t
PR is welcome 😉
r
Is there any slack channel dedicated for questions about
kotlin-wrappers
usage in common code? I don't want to spam #C0B8L3U69 but I have so many of them 😉