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