RSSHub/lib/routes/medium/namespace.ts

8 lines
143 B
TypeScript

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