Skip to main content
function symlinkSync
symlinkSync(
target: PathLike,
path: PathLike,
type?: symlink.Type | null,
): void
Deprecated

Returns undefined.

For detailed information, see the documentation of the asynchronous version of this API: symlink.

Parameters

target: PathLike
path: PathLike
optional
type: symlink.Type | null = 'null'

Return Type

void
Back to top