UNPKG

rtf-stream-parser

Version:

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

8 lines (7 loc) 256 B
import { GlobalStateWithGroupState } from "./handleGroupState.types"; export interface UnicodeSkipGroupState { uc: number; } export interface UnicodeSkipGlobalState extends GlobalStateWithGroupState<UnicodeSkipGroupState> { _skip: number; }