summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workspace_sub_deno_json/member/main.ts
blob: ca686daa061324c35abf46fbb24e3dccf54640eb (plain)
1
2
3
4
import chalk from "npm:chalk@5";

const stat = Deno.statSync(new URL("../node_modules", import.meta.url));
console.log(chalk.green(stat.isDirectory));