RSSHub/lib/routes/hellogithub/namespace.ts

7 lines
137 B
TypeScript

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