RSSHub/lib/routes/surfshark/namespace.ts

8 lines
149 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Surfshark',
url: 'surfshark.com',
lang: 'en',
};