@11me/xparse
Version:
Simple html and rss parser
22 lines (21 loc) • 419 B
TypeScript
export declare const thehackernews: {
description: {
url: string;
page_selector: string;
creator: string;
};
options: {
title: {
selectors: string[];
};
author: {
selectors: string[];
};
pubDate: {
selectors: string[];
};
description: {
selectors: string[];
};
};
};