RSSHub/lib/routes/react/namespace.ts

7 lines
125 B
TypeScript

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