RSSHub/lib/routes/harvard/namespace.ts

7 lines
158 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Harvard Health Publishing',
url: 'www.health.harvard.edu',
};