Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
which-module
/
File Content:
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 }
Submit
FILE
FOLDER
Name
Size
Permission
Action
CHANGELOG.md
750 bytes
0644
LICENSE
731 bytes
0644
README.md
1933 bytes
0644
index.js
248 bytes
0644
package.json
1694 bytes
0644
N4ST4R_ID | Naxtarrr