symlinkSync - Node documentation
function symlinkSync

Usage

import { symlinkSync } from "node:fs";

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