UNPKG

@nfrasser/simple-html-tokenizer

Version:

Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.

13 lines (12 loc) 298 B
/** * generated from https://raw.githubusercontent.com/w3c/html/26b5126f96f736f796b9e29718138919dd513744/entities.json * do not edit */ declare const HTML5NamedCharRefs: { amp: string; gt: string; lt: string; nbsp: string; quot: string; }; export default HTML5NamedCharRefs;