dirnamejz
v1.0.0
Published
Create alternatives to '__dirname' and '__filename' for use with ES modules.
Readme
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
- José Zambrano (OWLjz18) => Project Creator.
- Email => [email protected]
- Instagram => @owljz18
📃 License
This project is licensed under an MIT license, please visit the LICENSE.md file for more information about it.
