X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/which-module
lib
/
node_modules
/
npm
/
node_modules
/
which-module
/
ðŸ“
..
📄
CHANGELOG.md
(750 B)
📄
LICENSE
(731 B)
📄
README.md
(1.89 KB)
📄
index.js
(248 B)
📄
package.json
(1.65 KB)
Editing: index.js
'use strict' module.exports = function whichModule (exported) { for (var i = 0, files = Object.keys(require.cache), mod; i < files.length; i++) { mod = require.cache[files[i]] if (mod.exports === exported) return mod } return null }
Upload File
Create Folder