PHP WebShell
Текущая директория: /opt/bitgo-express/node_modules/lodash
Просмотр файла: _unescapeHtmlChar.js
/** Used to map HTML entities to characters. */
var htmlUnescapes = {
'&': '&',
'<': '<',
'>': '>',
'"': '"',
''': "'",
'`': '`'
};
/**
* Used by `_.unescape` to convert HTML entities to characters.
*
* @private
* @param {string} chr The matched character to unescape.
* @returns {string} Returns the unescaped character.
*/
function unescapeHtmlChar(chr) {
return htmlUnescapes[chr];
}
module.exports = unescapeHtmlChar;
Выполнить команду
Для локальной разработки. Не используйте в интернете!