Interface

Gjsgjs/domImportMeta

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.

interface ImportMeta {
    url: string;
}
Index

Properties

Properties

url: string

The absolute file: or resource: URL of the module.