UNPKG

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.

4 lines (3 loc) 176 B
export declare function isSpace(char: string): boolean; export declare function isAlpha(char: string): boolean; export declare function preprocessInput(input: string): string;