I'm trying to add typings to a library, but it use...
# javascript
m
I'm trying to add typings to a library, but it uses CustomEvent<T> while the kotlin API for org.w3c.dom does not make it a generic type. Why is this the case? If there is no defined type, Nothing could be used, no?
Released in
pre.390