Build
Docs
Reference
Guides
Blog
Discord
/
node:fs
/
PathLike
T
PathLike
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:fs
/
PathLike
T
PathLike
type
fs.PathLike
type
PathLike
=
string
|
Buffer
|
URL
Valid types for path values in "fs".
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
;