RSSHub/lib/routes/nber/namespace.ts

9 lines
200 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'National Bureau of Economic Research',
url: 'nber.org',
categories: ['journal'],
lang: 'en',
};