UNPKG

nehan

Version:

Html layout engine for paged-media written in Typescript

20 lines (19 loc) 536 B
import { ICharacter, Lexer } from "./public-api"; export declare class TextLexer extends Lexer<ICharacter> { hasWord(): boolean; protected normalize(src: string, args: { isPre: boolean; }): string; private getShy; private getWord; private getSpaceChar; private getRefChar; private getHalfChar; private getSmpUniChar; private getMixChar; private getDualChar; protected createToken(): ICharacter; } export declare class TcyLexer extends TextLexer { createToken(): ICharacter; }