RSSHub/lib/routes/hackmd/namespace.ts

8 lines
142 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'HackMD',
url: 'hackmd.io',
lang: 'en',
};