JsExport

JS
1.3
@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

JS
1.1

<init>

Exports top-level declaration.

JsExport()