UNPKG

@a11ywatch/core

Version:
14 lines (13 loc) 435 B
import { bindTaskQ } from "../queues/crawl/handle"; declare type CrawlSet = { total: number; current: number; crawling: boolean; shutdown: boolean; duration: number; event: ReturnType<typeof bindTaskQ>; }; export declare const crawlingSet: Map<string, CrawlSet>; export declare const getKey: (domain: any, pages: any, user_id: any) => string; export declare const establishCrawlTracking: () => void; export {};