Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 276 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 276 Bytes

Tiny Dirname

A tiny isomorphic ESM alternative to Node's "__dirname" global.

Install

npm install --save tiny-dirname

Usage

import dirname from 'tiny-dirname';

dirname ( import.meta.url ); // => '/path/to'

License

MIT © Fabio Spampinato