UNPKG

spido

Version:

Web crawler/spider for node.js & nest.js server.

4 lines (3 loc) 226 B
export declare const sitemapLinksGenerator: (url: string) => Promise<any>; export declare const addLinksToXML: (sitemap: any) => Promise<string>; export declare const writeSitemap: (xml: any, path: string) => Promise<string>;