UNPKG

ts-open-graph-scraper

Version:

Node.js scraper module for Open Graph and Twitter Card info, based on https://github.com/jshemas/openGraphScraper

8 lines (7 loc) 295 B
/// <reference types="node" /> import url from 'url'; export declare function endsWith(input: string, suffix: string): boolean; export declare function validate(inputUrl: string | url.Url, _inputTimeout?: string | number): { returnInputUrl: string | null; returnInputTimeout: number; };