UNPKG

html-to-json-parser

Version:

This library converts HTML to JSON or JSON to HTML tree

7 lines (6 loc) 136 B
/** * Exports JSONContent Type * @author Yousuf Kalim */ import JSONContent from './JSONContent'; export type { JSONContent };