UNPKG

@xcrap/factory

Version:

Xcrap Factory is a set of utilities for dynamically creating instances of clients, extractors, and parsing models, making it easier to configure and extend scraping and parsing pipelines.

4 lines (3 loc) 109 B
export * from "./create-client"; export * from "./create-extractor"; export * from "./create-parsing-model";