UNPKG

website-scrap-engine

Version:
7 lines 274 B
export declare const unProcessableUriSchemes: string[]; export declare const fastUnProcessableUriSchemesMap: Record<string, string[]>; /** * Skip unprocessable links */ export declare function skipLinks(url: string): string | void; //# sourceMappingURL=skip-links.d.ts.map