RSSHub/lib/routes/ornl/namespace.ts

10 lines
217 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Oak Ridge National Laboratory',
url: 'ornl.gov',
categories: ['government'],
description: '',
lang: 'en',
};