import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { chownSync } = Deno;
Change owner of a regular file or directory synchronously. Unix only at the moment.
import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { chownSync } = Deno;
Change owner of a regular file or directory synchronously. Unix only at the moment.