UNPKG

@tuplo/fletcher

Version:

Web scraping HTTP request library

4 lines (3 loc) 280 B
import type { IFletcherOptions, IFletcherUserOptions } from "../fletcher.d"; export declare function getDefaultOptions(url?: string): Omit<IFletcherOptions, "url">; export declare function toFletcherOptions(url: string, options?: Partial<IFletcherUserOptions>): IFletcherOptions;