RSSHub/lib/routes/github/namespace.ts

7 lines
127 B
TypeScript

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