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)

13 lines (12 loc) 674 B
export * from './advanced-transform-pipes'; export * from './html-fetch-response'; export * from './news.ycombinator.com'; export * from './otakudesu.cloud'; export * from './proxy-and-useragent'; export * from './watanoc.com'; export { demonstrateAdvancedTransformPipes, demonstrateProductTransformPipes } from './advanced-transform-pipes'; export { demonstrateHtmlFetchResponse } from './html-fetch-response'; export { demonstrateHackerNewsParser } from './news.ycombinator.com'; export { demonstrateOtakudesuParser } from './otakudesu.cloud'; export { demonstrateProxyAndUserAgent } from './proxy-and-useragent'; export { demonstrateWatanocParser } from './watanoc.com';