Skip to main content
Module

x/dirname/README.md

The Deno implementation of __dirname of Node
Latest
File

dirname

A dead simple implementation of Node’s __dirname in Deno

Usage

import makeloc from 'https://x.nest.land/dirname@v1.1.2/mod.ts'

const { __dirname,  __filename } = makeloc(import.meta)