Skip to content

realpath

realpath(this, path, cb?): void

Defined in: src/node/async.ts:568

Asynchronous realpath. The callback gets two arguments (err, resolvedPath). May use process.cwd to resolve relative paths.

unknown

PathLike

Callback<[string]>

void

realpath(this, path, options, cb): void

Defined in: src/node/async.ts:569

Asynchronous realpath. The callback gets two arguments (err, resolvedPath). May use process.cwd to resolve relative paths.

unknown

PathLike

EncodingOption

Callback<[string]>

void