Docs
Reference
Guides
Blog
Discord
/
node:fs
/
realpathSync
/
native
F
native
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:fs
/
realpathSync
/
native
F
native
function
fs.realpathSync.native
function
native
(
path
:
PathLike
,
options
?
:
EncodingOption
)
:
string
;
function
native
(
path
:
PathLike
,
options
:
BufferEncodingOption
)
:
Buffer
;
function
native
(
path
:
PathLike
,
options
?
:
EncodingOption
)
:
string
|
Buffer
<
ArrayBufferLike
>
;