UNPKG

rtf-stream-parser

Version:

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

7 lines (6 loc) 273 B
import { ControlAndDestinationGlobalState } from './handleControlsAndDestinations.types'; import { WarnOption } from './types'; export interface CharacterSetGlobalState extends ControlAndDestinationGlobalState, WarnOption { _ansicpg: boolean; _cpg: number; }