RSSHub/lib/routes/react/namespace.ts

8 lines
141 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'React',
url: 'react.dev',
lang: 'en',
};