PHP WebShell
Текущая директория: /opt/bitgo-express/node_modules/lodash
Просмотр файла: _toSource.js
/** Used to resolve the decompiled source of functions. */
var funcToString = Function.prototype.toString;
/**
* Converts `func` to its source code.
*
* @private
* @param {Function} func The function to process.
* @returns {string} Returns the source code.
*/
function toSource(func) {
if (func != null) {
try {
return funcToString.call(func);
} catch (e) {}
try {
return (func + '');
} catch (e) {}
}
return '';
}
module.exports = toSource;
Выполнить команду
Для локальной разработки. Не используйте в интернете!