PATH: //opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/which-module
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 CHANGELOG.md
↓
X
📄 LICENSE
↓
X
📄 README.md
↓
X
📄 index.js
↓
X
📄 package.json
↓
X
SAVING...
BERHASIL DIUBAH!
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 }
SIMPAN PERUBAHAN