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