UNPKG

html-to-json-parser

Version:

This library converts HTML to JSON or JSON to HTML tree

7 lines (6 loc) 122 B
/** * Exports HTMLParser * @author Yousuf Kalim */ import HTMLParser from './HTMLParser'; export { HTMLParser };