2 lines
99 B
TypeScript
2 lines
99 B
TypeScript
export declare function crawler(url: string, dst: any, prefix: any, options?: any): Promise<void>;
|