@fcc-cdc/it-events
Version:
IT Events Crawler of China
10 lines (9 loc) • 311 B
TypeScript
import { CommonAgendaCrawler } from './common';
export declare class HuoDongXingAgenda extends CommonAgendaCrawler {
static baseURI: string;
static schema: URLPattern;
}
export declare class OldHuoDongXingAgenda extends CommonAgendaCrawler {
static baseURI: string;
static schema: URLPattern;
}