RSSHub/lib/routes/humanlayer/namespace.ts

8 lines
155 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'HumanLayer',
url: 'www.humanlayer.dev',
lang: 'en',
};