RSSHub/lib/routes/hackernews/namespace.ts

8 lines
153 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Hacker News',
url: 'ycombinator.com',
lang: 'en',
};