File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ resolveFromFoo('./baz');
60
60
## Related
61
61
62
62
- [ resolve-cwd] ( https://github.com/sindresorhus/resolve-cwd ) - Resolve the path of a module from the current working directory
63
- - [ req -from] ( https://github.com/sindresorhus/req -from ) - Require a module from a given path
64
- - [ req -cwd] ( https://github.com/sindresorhus/req -cwd ) - Require a module from the current working directory
63
+ - [ import -from] ( https://github.com/sindresorhus/import -from ) - Import a module from a given path
64
+ - [ import -cwd] ( https://github.com/sindresorhus/import -cwd ) - Import a module from the current working directory
65
65
- [ resolve-pkg] ( https://github.com/sindresorhus/resolve-pkg ) - Resolve the path of a package regardless of it having an entry point
66
- - [ lazy-req ] ( https://github.com/sindresorhus/lazy-req ) - Require modules lazily
66
+ - [ import-lazy ] ( https://github.com/sindresorhus/import-lazy ) - Import a module lazily
67
67
68
68
69
69
## License
You can’t perform that action at this time.
0 commit comments