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