RSSHub/lib/routes/eventernote/namespace.ts

8 lines
157 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Eventernote',
url: 'www.eventernote.com',
lang: 'ja',
};