Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/example/deps.ts>powar.dir

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function powar.dir
import { powar } from "https://deno.land/x/powar@1.0.1/example/deps.ts";
const { dir } = powar;

Get the directory of the given ImportMeta.

Use dir(import.meta) instead of __dirname.

Returns

string