UNPKG

contract-scraper

Version:

A customisable data scraper for the web based on JSON contracts

4 lines (3 loc) 237 B
export declare function getContentTypeHeaders(headers: any): any; export declare function encodePageContents(encoding: string, contents: string): any; export declare function guessEncoding(contentType: string, contents: string): string;