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.
28 lines (27 loc) • 836 B
TypeScript
export * from "./Action.js";
export * from "./Break.js";
export * from "./Click.js";
export * from "./DocumentLoadState.js";
export * from "./Each.js";
export * from "./Error.js";
export * from "./ExtractError.js";
export * from "./ExtractErrorCode.js";
export * from "./ExtractResult.js";
export * from "./ExtractState.js";
export * from "./ExtractStatus.js";
export * from "./GoBack.js";
export * from "./KeyPress.js";
export * from "./Locator.js";
export * from "./Metrics.js";
export * from "./Navigate.js";
export * from "./Reload.js";
export * from "./Repeat.js";
export * from "./Screenshot.js";
export * from "./Scroll.js";
export * from "./Select.js";
export * from "./Snooze.js";
export * from "./Switch.js";
export * from "./Transform.js";
export * from "./WaitFor.js";
export * from "./When.js";
export * from "./Yield.js";