Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simple_utility/src/path.deno.ts>mainPath

Useful snippet collection.
Go to Latest
function mainPath
import { mainPath } from "https://deno.land/x/simple_utility@v0.5.4/src/path.deno.ts";

Return directory of Deno.mainModule.

Examples

Example 1

const path = mainPath();

Returns

string