Build
Docs
Reference
Guides
Blog
Discord
/
Globals
/
ImportMeta
/
resolve
M
resolve
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
Globals
/
ImportMeta
/
resolve
M
resolve
method
ImportMeta.resolve
resolve
(
specifier
:
string
)
:
string
;
resolve
(
specifier
:
string
,
parent
?
:
string
|
URL
)
:
string
;
Referenced types
interface
URL
hash
:
string
host
:
string
hostname
:
string
href
:
string
readonly
origin
:
string
password
:
string
pathname
:
string
port
:
string
protocol
:
string
search
:
string
readonly
searchParams
:
URLSearchParams
username
:
string
toJSON
()
:
string
;