UNPKG

ts-open-graph-scraper

Version:

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

9 lines (8 loc) 200 B
import { OGFields } from './types'; declare type FieldMapping = { multiple: boolean; property: string; fieldName: OGFields; }; declare const fields: FieldMapping[]; export default fields;