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) 203 B
import { LogLevel } from '@nestjs/common'; export declare const HTML_PARSER_LOGGER_LEVEL = "HTML_PARSER_LOGGER_LEVEL"; export interface HtmlParserConfig { loggerLevel?: LogLevel | Array<LogLevel>; }