Sha256: 88db22b3239f92484b70acadf2b4c786c7117af191c0efe46d17fdda9e40743a
Contents?: true
Size: 348 Bytes
Versions: 209
Compression:
Stored size: 348 Bytes
Contents
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 || {}; };
Version data entries
209 entries across 186 versions & 18 rubygems