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