Typescript Library Declarations (Web Worker)
Interface ImportMeta
interface
ImportMeta
{
url
:
string
;
resolve
(
specifier
:
string
)
:
string
;
}
Index
Properties
url
Methods
resolve
Properties
url
url
:
string
Methods
resolve
resolve
(
specifier
)
:
string
Parameters
specifier
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
url
Methods
resolve
Typescript Library Declarations (Web Worker)