scala.scalajs.js.annotation.JSImport
Use as the name of a JSImport to use a namespace import.
name
JSImport
Intuitively, it corresponds to * in an ECMAScript import:
*
import * as AnnotatedObject from <module>
Use as the
name
of aJSImport
to use a namespace import.Intuitively, it corresponds to
*
in an ECMAScript import:import * as AnnotatedObject from <module>