The type of import.meta.
import.meta
If you need to declare that a given property exists on import.meta, this type may be augmented via interface merging.
This feature is only available with the --experimental-import-meta-resolve command flag enabled.
--experimental-import-meta-resolve
Provides a module-relative resolution function scoped to each module, returning the URL string.
The module specifier to resolve relative to parent.
parent
The absolute parent module URL to resolve from. If none is specified, the value of import.meta.url is used as the default.
import.meta.url
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.