'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 }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CHANGELOG.md | File | 750 B | 0644 |
|
LICENSE | File | 731 B | 0644 |
|
README.md | File | 1.89 KB | 0644 |
|
index.js | File | 248 B | 0644 |
|
package.json | File | 1.65 KB | 0644 |
|