syphonx-core
Version:
SyphonX is a template-driven solution for extracting data from HTML in a highly efficient way. It combines the power of jQuery, Regular Expressions, and Javascript into a declarative template-driven format that extracts and reshapes HTML data into JSON.
11 lines (10 loc) • 490 B
TypeScript
export * from "./package/public/index.js";
export * from "./host.js";
export { extract } from "./package/extract.js";
export { extractSync } from "./package/extract-sync.js";
export { select as _select } from "./package/select.js";
export { transform as _transform } from "./package/transform.js";
export { evaluateFormula } from "./package/lib/formula.js";
export { unwrap } from "./package/lib/unwrap.js";
export { Template } from "./template.js";
export * from "./package/utilities.js";