Join Slack
Powered by
Also… The DOM types are declared as interfaces on ...
# multiplatform
n
natpryce
03/13/2018, 3:19 PM
Also… The DOM types are declared as interfaces on the JVM and
external classes
on the JS platform. So you can’t define them with
actual typealias
on each platform. Is there a way to declare that the actual type doesn’t matter if it’s a class or an interface?
Open in Slack
Previous
Next