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.

7 lines (6 loc) 171 B
export * from "./errors"; export * from "./html"; export * from "./json"; export * from "./parser"; export * from "./parsing-model-interface"; export * from "./markdown";