JsExport
@Target([AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.FILE]) annotation class JsExport
Exports top-level declaration.
Used in future IR-based backend. Has no effect in current JS backend.
Constructors
<init>
Exports top-level declaration.
JsExport()