1.0.0 • Published 2 years ago

dirnamejz v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create alternatives to "__dirname" and "__filename" for use with ES modules.


🔎 Use

You can import it at the top in the file that starts your program. Since the variables are set in the global object.

import 'dirnamejz';

Then they can be used as if they were "__dirname" and "__filename".

console.log(__dirnamejz);
console.log(__filenamejz);

🦉 Author


📃 License

This project is licensed under an MIT license, please visit the LICENSE.md file for more information about it.