UNPKG

@xcrap/parser

Version:

Xcrap Parser is a package of the Xcrap framework, it was developed to take care of the data extraction part of text files (currently supporting only HTML and JSON) using declarative models.

6 lines (5 loc) 167 B
import { HtmlParser } from "../html"; export declare class MarkdownParser extends HtmlParser { readonly markdownSource: string; constructor(source: string); }