there isnt any runtime type checking unless you us...
# javascript
g
there isnt any runtime type checking unless you use
as
or
is
. If you are using those then consider using
.unsafeCast()
or
.asDynamic()
instead