resolve-from
Last updated
Was this helpful?
Last updated
Was this helpful?
Resolve the path of a module like but from a given path
Like require()
, throws when the module can't be found.
Returns null
instead of throwing when the module can't be found.
Type: string
Directory to resolve from.
Type: string
What you would use in require()
.
Create a partial using a bound function if you want to resolve from the same fromDir
multiple times:
- Resolve the path of a module from the current working directory
- Require a module from a given path
- Require a module from the current working directory
- Resolve the path of a package regardless of it having an entry point
- Require modules lazily
MIT ©