RSSHub/lib/routes/mathpix/namespace.ts

10 lines
192 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Mathpix',
url: 'mathpix.com',
categories: ['blog'],
description: '',
lang: 'en',
};