Big Chungus
03/22/2020, 5:27 PMexpect
of the folowing JS class in common module so I could typealias
it in JS module?
class ExternalAPI {
val important: dynamic
}
org.w3c.*
packages on JS.Kweku
03/23/2020, 3:52 PMBig Chungus
03/23/2020, 3:55 PMType alias expands to dynamic, which is not a class, an interface, or an object
having
expect class Dynamic
actual typealias Dynamic = dynamic
Kweku
03/23/2020, 3:55 PMBig Chungus
03/23/2020, 3:55 PM