UNPKG

rtf-stream-parser

Version:

Stream Transform class to tokenize RTF, and another to de-encapsulate text or HTML

12 lines (11 loc) 211 B
export declare const enum WordType { UNKNOWN = 0, SYMBOL = 1, TOGGLE = 2, VALUE = 3, FLAG = 4, DESTINATION = 5 } export declare const words: { [word: string]: WordType; };