UNPKG

open-graph-scraper-edge

Version:

Node.js scraper module for Open Graph and Twitter Card info - refactored for Edge environments

12 lines (11 loc) 372 B
import type { OgObjectInteral } from './types'; /** * formats the multiple media values * * @param {object} ogObject - the current ogObject * @param {object} options - options for ogs * @return {object} object with ogs results with updated media values * */ export declare function mediaSetup(ogObject: OgObjectInteral): OgObjectInteral; export default mediaSetup;