RSSHub/lib/routes/alternativeto/namespace.ts

7 lines
145 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'AlternativeTo',
url: 'www.alternativeto.net',
};