UNPKG

@devmehq/open-graph-extractor

Version:

Fast, lightweight Open Graph, Twitter Card, and structured data extractor for Node.js with caching and validation

5 lines (4 loc) 304 B
export declare function isUrlValid(url: string | string[]): boolean; export declare function findImageTypeFromUrl(url: string): string; export declare function isImageTypeValid(type: string): boolean; export declare function removeNestedUndefinedValues(object: Record<string, any>): Record<string, any>;