symlinkSync - Node documentation
function symlinkSync

Usage in Deno

import { symlinkSync } from "node:fs";
symlinkSync(
target: PathLike,
path: PathLike,
type?: symlink.Type | null,
): void

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