summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workspace_sub_deno_json/non_member/main.ts
blob: 53bd103396ffc16c3000664c04fcb069a413db11 (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));