RSSHub/lib/routes/thoughtco/namespace.ts

7 lines
133 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'ThoughtCo',
url: 'thoughtco.com',
};