@devmehq/open-graph-extractor
Version:
Extract Open Graph and Twitter Card info off from html
6 lines (5 loc) • 331 B
TypeScript
export declare function isUrlValid(url: string | any[]): boolean;
export declare function findImageTypeFromUrl(url: string): string;
export declare function isImageTypeValid(type: string): boolean;
export declare function isThisANonHTMLUrl(url: any): boolean;
export declare function removeNestedUndefinedValues(object: any): any;