method Path.prototype.chownSyncimport { Path } from "https://deno.land/x/yxz@0.17.0/path/path.ts"; chownSync(uid: number | null, gid: number | null)Parametersuid: number | nullgid: number | null