UNPKG

@11me/xparse

Version:

Simple html and rss parser

5 lines (4 loc) 165 B
export { RSSParser } from './parsers/rss-parser'; export { HTMLParser } from './parsers/html-parser'; export { sources } from './sources'; export * from './models';