UNPKG
entities
Version:
latest (8.0.0)
8.0.0
7.0.1
7.0.0
6.0.1
6.0.0
5.0.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Encode & decode XML and HTML entities with ease & speed
github.com/fb55/entities
fb55/entities
entities
/
dist
/
generated
/
encode-html.d.ts
5 lines
•
290 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
EncodeTrieNode
}
from
"../internal/encode-shared.js"
;
/** Compact serialized HTML encode trie (intended to stay small & JS engine friendly) */
/** HTML entity encode trie. */
export
declare
const
htmlTrie
:
Map
<
number
,
EncodeTrieNode
>;
//# sourceMappingURL=encode-html.d.ts.map