getdirname

0.1.5 • Public • Published

getdirname

Get callee directory

Features

  • Zero dependency
  • Fast
  • Exact callee directory
  • Both CJS and ESM support

Usage

ESM

import dirname from 'getdirname';

dirname();

CJS

const dirname = require('getdirname');

dirname();

License

MIT

Package Sidebar

Install

npm i getdirname

Weekly Downloads

32

Version

0.1.5

License

MIT

Unpacked Size

2.51 kB

Total Files

4

Last publish

Collaborators

  • dalisoft