Skip to content

symlink

symlink(this, target, path, cb?): void

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

Asynchronous symlink.

unknown

PathLike

target path

PathLike

link path Type defaults to file

Callback

void

symlink(this, target, path, type?, cb?): void

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

Asynchronous symlink.

unknown

PathLike

target path

PathLike

link path Type defaults to file

Type

Callback

void