RSSHub/lib/routes/nautil/namespace.ts

8 lines
144 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Nautilus',
url: 'nautil.us',
lang: 'en',
};