UNPKG

rtf-stream-parser

Version:

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

4 lines (3 loc) 237 B
import { ControlAndDestinationGlobalState } from './handleControlsAndDestinations.types'; import { FeatureHandler } from './types'; export declare const handleControlsAndDestinations: FeatureHandler<ControlAndDestinationGlobalState>;