fs.realpathsync
@listenai/lisa_core / Exports / fs / realpathSync
Namespace: realpathSync
fs.realpathSync
#
Table of contents#
Functions#
Functions#
native▸ native(path
, options?
): string
#
ParametersName | Type |
---|---|
path | PathLike |
options? | BaseEncodingOptions | BufferEncoding | null |
#
Returnsstring
#
Defined innode_modules/@types/node/fs.d.ts:848
▸ native(path
, options
): Buffer
#
ParametersName | Type |
---|---|
path | PathLike |
options | BufferEncodingOption |
#
ReturnsBuffer
#
Defined innode_modules/@types/node/fs.d.ts:849
▸ native(path
, options?
): string
| Buffer
#
ParametersName | Type |
---|---|
path | PathLike |
options? | BaseEncodingOptions | string | null |
#
Returnsstring
| Buffer
#
Defined innode_modules/@types/node/fs.d.ts:850