We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sync
1 parent 163f9da commit 7b80058Copy full SHA for 7b80058
lib/sync.js
@@ -46,7 +46,7 @@ var getPackageCandidates = function getPackageCandidates(x, start, opts) {
46
return dirs;
47
};
48
49
-module.exports = function (x, options) {
+module.exports = function resolveSync(x, options) {
50
if (typeof x !== 'string') {
51
throw new TypeError('Path must be a string.');
52
}
0 commit comments