UNPKG

@hanivanrizky/nestjs-html-parser

Version:

A powerful NestJS HTML parsing service with XPath and CSS selector support, proxy configuration, random user agents, and rich response metadata including headers and status codes

6 lines (5 loc) 172 B
/** * Example demonstrating proxy and random user agent usage */ declare function demonstrateProxyAndUserAgent(): Promise<void>; export { demonstrateProxyAndUserAgent };