Skip to main content
The Deno 2 Release Candidate is 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@v1.0.0/src/path.deno.ts";

Return directory of Deno.mainModule.

Examples

Example 1

const path = mainPath();

Returns

string