UNPKG

@hanivanrizky/nestjs-html-parser

Version:

⚠️ ARCHIVED - This package is no longer maintained. Please migrate to @hanivanrizky/nestjs-xpath-parser (https://github.com/Hanivan/nestjs-xpath-parser)

7 lines (6 loc) 246 B
/** * Example demonstrating HtmlFetchResponse usage * Shows how to access and use response data, headers, status codes, and statusText */ declare function demonstrateHtmlFetchResponse(): Promise<void>; export { demonstrateHtmlFetchResponse };