import { constants } from "https://deno.land/std@0.52.0/node/fs.ts";
const { S_IWGRP } = constants;
The Standard Library has been moved to JSR. See the blog post for details.
import { constants } from "https://deno.land/std@0.52.0/node/fs.ts";
const { S_IWGRP } = constants;