mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 20:03:54 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
21
web/admin-spa/node_modules/lodash/_unescapeHtmlChar.js
generated
vendored
21
web/admin-spa/node_modules/lodash/_unescapeHtmlChar.js
generated
vendored
@@ -1,21 +0,0 @@
|
||||
var basePropertyOf = require('./_basePropertyOf');
|
||||
|
||||
/** 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.
|
||||
*/
|
||||
var unescapeHtmlChar = basePropertyOf(htmlUnescapes);
|
||||
|
||||
module.exports = unescapeHtmlChar;
|
||||
Reference in New Issue
Block a user