Skip to main content
Module

x/tsafe/test/getProjectRoot.ts

🔩 The missing TypeScript utils
Go to Latest
File
import { getProjectRoot } from "../tools/getProjectRoot.ts";
console.log(`Project root path: ${getProjectRoot()} does it seems right ? If yes then PASS`);