Join Slack
Powered by
there isnt any runtime type checking unless you us...
# javascript
g
gbaldeck
10/16/2018, 2:07 AM
there isnt any runtime type checking unless you use
as
or
is
. If you are using those then consider using
.unsafeCast()
or
.asDynamic()
instead
2
Views
Open in Slack
Previous
Next