Skip to main content

fs.realpathsync

@listenai/lisa_core / Exports / fs / realpathSync

Namespace: realpathSync

fs.realpathSync

Table of contents#

Functions#

Functions#

native#

native(path, options?): string

Parameters#

NameType
pathPathLike
options?BaseEncodingOptions | BufferEncoding | null

Returns#

string

Defined in#

node_modules/@types/node/fs.d.ts:848

native(path, options): Buffer

Parameters#

NameType
pathPathLike
optionsBufferEncodingOption

Returns#

Buffer

Defined in#

node_modules/@types/node/fs.d.ts:849

native(path, options?): string | Buffer

Parameters#

NameType
pathPathLike
options?BaseEncodingOptions | string | null

Returns#

string | Buffer

Defined in#

node_modules/@types/node/fs.d.ts:850

  • 没帮助 0