We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d32684 commit 19ac21fCopy full SHA for 19ac21f
src/index.js
@@ -8,6 +8,8 @@ const ESC = {
8
'&': '&'
9
};
10
11
+const EMPTY = {};
12
+
13
const HOP = Object.prototype.hasOwnProperty;
14
15
let encodeEntities = s => String(s).replace(/[<>"&]/g, escapeChar);
0 commit comments