Flchown
Bun

function

fs.promises.lchown

function lchown(
path: PathLike,
uid: number,
gid: number
): Promise<void>;

Changes the ownership on a symbolic link.

@returns

Fulfills with undefined upon success.

Referenced types

type PathLike = string | Buffer | URL

Valid types for path values in "fs".