kotlin.js.JsNonModule.<init>
<init>
JsNonModule()
Platform and version requirements: JS
Denotes an external
declaration that can be used without module system.
By default, an external
declaration is available regardless your target module system. However, by applying JsModule annotation you can make a declaration unavailable to plain module system. Some JavaScript libraries are distributed both as a standalone downloadable piece of JavaScript and as a module available as an n