Create alternatives to "__dirname" and "__filename" for use with ES modules.
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);- JosΓ© Zambrano (OWLjz18) => Project Creator.
- Email => owl.jz18@gmail.com
- Instagram => @owljz18
This project is licensed under an MIT license, please visit the LICENSE.md file for more information about it.