Closed zikaari closed 7 years ago
From the readme:
Import a module like with require() but from a given path
Instead of importing relative to the current file, you can import relative to any file. So you can for example import a module relative to the user's current directory.
Just curious, maybe I should know something that's better than what I use right now, require?