function chownSyncimport { chownSync } from "https://deno.land/std@0.127.0/node/_fs/_fs_chown.ts"; chownSync(path: string | Buffer | URL,uid: number,gid: number,): voidSynchronously changes the owner and group of a file. Synchronously changes the owner and group of a file. Parameterspath: string | Buffer | URLuid: numbergid: numberReturnsvoid