function realpathSync
Overload 1
#realpathSync(path: PathLike,options?: EncodingOption,): stringOverload 2
#realpathSync(path: PathLike,options: BufferEncodingOption,): BufferSynchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
#options: BufferEncodingOption The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.
Return Type #
Buffer Overload 3
#realpathSync(path: PathLike,options?: EncodingOption,): string | BufferSynchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
#options: EncodingOption optional
The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.
Return Type #
string | Buffer namespace realpathSync
Functions #
f