RSSHub/lib/routes/hackernews/namespace.ts

7 lines
137 B
TypeScript

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