totext.d.ts 102 B

123
  1. declare function ToText(markup: any): any;
  2. export default ToText;
  3. //# sourceMappingURL=totext.d.ts.map