Skip to content

symlinkSync

symlinkSync(this, target, path, type?): void

Defined in: src/node/sync.ts:474

Synchronous symlink.

unknown

PathLike

target path

PathLike

link path

Type | null

can be either 'dir' or 'file' (default is 'file')

void