Skip to content

martonlederer/dirname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


dirname

A dead simple implementation of Node's __dirname in Deno

Usage

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

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