| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/normalize-options.js.tar |
home/emeraadmin/public_html/node_modules/resolve/lib/normalize-options.js 0000644 00000000534 15170146073 0023037 0 ustar 00 module.exports = function (x, opts) {
/**
* This file is purposefully a passthrough. It's expected that third-party
* environments will override it at runtime in order to inject special logic
* into `resolve` (by manipulating the options). One such example is the PnP
* code path in Yarn.
*/
return opts || {};
};