function chownSyncJump to heading#chownSync(path: PathLike,uid: number,gid: number,): voidSynchronously changes owner and group of a file. Returns undefined. This is the synchronous version of chown. See the POSIX chown(2) documentation for more detail. Parameters Jump to heading#Jump to heading#path: PathLikeJump to heading#uid: numberJump to heading#gid: numberReturn Type Jump to heading#void