UNPKG

rtf-stream-parser

Version:

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

4 lines (3 loc) 198 B
export declare function isDef<T>(thing: T | undefined | void): thing is T; export declare function isStr(thing: any): thing is string; export declare function isNum(thing: any): thing is number;