aboutsummaryrefslogtreecommitdiff
path: root/node_modules/html-escaper/min.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/html-escaper/min.js')
-rw-r--r--node_modules/html-escaper/min.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/html-escaper/min.js b/node_modules/html-escaper/min.js
new file mode 100644
index 0000000..54d0c23
--- /dev/null
+++ b/node_modules/html-escaper/min.js
@@ -0,0 +1 @@
+var html=function(t){"use strict";var n="".replace,u=/[&<>'"]/g,r=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34);/g,a={"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},e={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"'};function c(t){return a[t]}function o(t){return e[t]}return t.escape=function(t){return n.call(t,u,c)},t.unescape=function(t){return n.call(t,r,o)},t}({}); \ No newline at end of file