ImportMeta

external interface ImportMeta(source)

The type of import.meta.

If you need to declare that a given property exists on import.meta, this type may be augmented via interface merging.

Properties

Link copied to clipboard
abstract val url: String

Functions

Link copied to clipboard
abstract fun resolve(moduleName: String): String