function chownSyncimport { chownSync } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts"; chownSync(path: string | Buffer | URL,uid: number,gid: number,)Synchronously changes the owner and group of a file. Parameterspath: string | Buffer | URLuid: numbergid: numberimport chownSyncimport { chownSync } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts";