RSSHub/lib/routes/stratechery/namespace.ts

8 lines
174 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Stratechery by Ben Thompson',
url: 'blog.stratechery.com',
lang: 'en',
};