UNPKG

@xcrap/core

Version:

Xcrap Core is the core package of the Xcrap framework for web scraping, offering tools such as HttpClient, BaseClient, Randomizer, Rotator, and support for proxies and pagination.

8 lines (7 loc) 205 B
export * from "./constants"; export * from "./base-client"; export * from "./errors"; export * from "./http-response"; export * from "./interfaces"; export * from "./utils"; export * from "./http-client";